Skip to content

Folder structure for Ruby on Rails #8

Open
@coolprobn

Description

@coolprobn

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.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions