Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Folder structure for Ruby on Rails #8

Open
coolprobn opened this issue Jan 13, 2022 · 0 comments
Open

Folder structure for Ruby on Rails #8

coolprobn opened this issue Jan 13, 2022 · 0 comments
Assignees

Comments

@coolprobn
Copy link
Member

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.

@coolprobn coolprobn self-assigned this Jan 13, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant