Skip to content

Instantly share code, notes, and snippets.

@dusterio
Created December 22, 2016 03:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dusterio/659ee3746d7bb4737f298be02b1a656e to your computer and use it in GitHub Desktop.
Save dusterio/659ee3746d7bb4737f298be02b1a656e to your computer and use it in GitHub Desktop.
Rails structure
./app/assets
./app/assets/config
./app/assets/images
./app/assets/javascripts
./app/assets/javascripts/channels
./app/assets/stylesheets
./app/channels/application_cable
./app/controllers
./app/controllers/concerns
./app/helpers
./app/jobs
./app/mailers
./app/models
./app/models/concerns
./app/views/layouts
./bin
./config
./config/environments
./config/initializers
./config/locales
./db
./lib
./lib/assets
./lib/tasks
./log
./public
./test
./test/controllers
./test/fixtures
./test/fixtures/files
./test/helpers
./test/integration
./test/mailers
./test/models
./tmp
./vendor
./vendor/assets
./vendor/assets/javascripts
./vendor/assets/stylesheets
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment