[RUBY] Rails Tutorial (6th Edition) -Explanation of background operation for each function-

Article content

For each function of the Twitter clone app developed in the Ruby on Rails tutorial (6th edition), ** background operation that realizes each function ** will be explained.

Purpose of the article

The purpose of this article is to support the learning and understanding of ** inexperienced engineers who are learning Rails tutorials **. This article outlines the behavior of the app developed according to the Rails tutorial for each function. ** For those who are new to Rails tutorials **, by understanding in advance the details of the operation that realizes each function of the completed app, ** what part of the tutorial you are currently doing I think that you can use it as a map ** to grasp the current location of learning progress whether you are learning. Also, for those who have completed one lap of the Rails tutorial **, we hope that you can use it as an aid to review and understanding ** by looking back on the functions of the app you developed.

List of articles

Below is a list of the features of the Twitter clone app developed in the Ruby on Rails tutorial (6th edition). The background operation that realizes each function is explained in the linked article.

  1. Create new account
  2. Login (including Friendly Forwarding and permanent login) (https://qiita.com/akarin0519/items/f241b9699e156741a8d1)
  3. Edit Profile
  4. Reset Password (https://qiita.com/akarin0519/items/ea873bb165ed4099a40e)
  5. Posting a micro post
  6. Follow and unfollow

Recommended Posts

Rails Tutorial (6th Edition) -Explanation of background operation for each function-
Rails tutorial (6th edition) Background operation of login function
Rails tutorial (6th edition) Background operation of password reset function
Rails tutorial (6th edition) Background operation of profile editing
Rails tutorial (6th edition) Background operation of the posting function of the micro post
Rails tutorial (6th edition) Follow/unfollow background operation
Rails Tutorial (4th Edition) Summary
[Rails] Implementation of tutorial function
Rails Tutorial (4th Edition) Memo Chapter 6
Rails Tutorial 6th Edition Learning Summary Chapter 10
Rails Tutorial 6th Edition Learning Summary Chapter 7
Rails Tutorial 6th Edition Learning Summary Chapter 4
Rails Tutorial 6th Edition Learning Summary Chapter 6
Rails Tutorial 6th Edition Learning Summary Chapter 5
Rails Tutorial 6th Edition Learning Summary Chapter 2
Rails [For beginners] Implementation of comment function
Explanation of Ruby on rails for beginners ①
Rails Tutorial 6th Edition Learning Summary Chapter 3
Rails Tutorial 6th Edition Learning Summary Chapter 8
Implementation of Ruby on Rails login function (devise edition)
Rails Tutorial 4th Edition: Chapter 1 From Zero to Deployment
Explanation of Ruby on rails for beginners ⑥ ~ Creation of validation ~
Explanation of Ruby on rails for beginners ② ~ Creating links ~
Explanation of Ruby on rails for beginners ⑦ ~ Flash implementation ~
Explanation of Ruby on rails for beginners ③ ~ Creating a database ~
[Rails 6] Implementation of search function
[Rails] Implementation of category function
[Rails] Implementation of like function
[For beginners] Build the environment for Ruby on Rails Tutorial 4th Edition (Rails 5.1) in less than an hour!
I made a reply function for the Rails Tutorial extension (Part 1)
Explanation of Ruby on rails for beginners ⑤ ~ Edit and delete database ~
[Rails] How to change the page title of the browser for each page
I made a reply function for the Rails Tutorial extension (Part 5):
[Rails Struggle/Rails Tutorial] Summary of Rails Tutorial Chapter 2
[Rails] Implementation of CSV import function
[Rails] Asynchronous implementation of like function
Summary of rails validation (for myself)
[Rails] Implementation of image preview function
Explanation of the order of rails routes
Kaminari --Added pagination function of Rails
[Rails] About implementation of like function
[Rails] Implementation of user withdrawal function
[Rails] Implementation of CSV export function
rails tutorial chapter 10 summary (for self-learning)
I made a reply function for Rails Tutorial extension (Part 2): Change model