You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Rails follows conventions and folder structures are pretty much the same as we get when creating new Rails app and most of the folders and functions are described in the Rails Guide. But Rails Guide is long and mixed up covering various things which is harder to go through just for folder structure. So, we will in out handbook describe everything from scratch on where to put files and classes in what folders.
We will also include where to add rails tasks, which are used a lot but I haven't seen a proper guide to it yet.
Also as Rails app grows we need to add different folders like app/services, app/queries, app/finders, lib/utils.rb, lib/utils/ for growing needs and for better coding practices. We should include things like these in our handbook.
The text was updated successfully, but these errors were encountered:
Rails follows conventions and folder structures are pretty much the same as we get when creating new Rails app and most of the folders and functions are described in the Rails Guide. But Rails Guide is long and mixed up covering various things which is harder to go through just for folder structure. So, we will in out handbook describe everything from scratch on where to put files and classes in what folders.
We will also include where to add rails tasks, which are used a lot but I haven't seen a proper guide to it yet.
Also as Rails app grows we need to add different folders like
app/services, app/queries, app/finders, lib/utils.rb, lib/utils/
for growing needs and for better coding practices. We should include things like these in our handbook.The text was updated successfully, but these errors were encountered: