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.
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.
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.
Recommended Posts