rails code structure Flashcards
rails application consists of …
/app
/bin
/config
/db
/lib
/log
/public
/storage
/tmp
/vendor
.gitattributes
.gitignore
.ruby-version
config.ru
Gemfile
Gemfile.lock
Rakefile
README.md
/app consists of …
/assets
/channels
/controllers
/helpers
/javascript
/jobs
/mailers
/models
/views
/bin consists of …
bundle
importmap
rails
rake
setup
/config consists of …
/environments
/initializers
/locales
application.rb
boot.rb
cable.yml
credentials.yml.enc
database.yml
environment.rb
importmap.rb
master.key
puma.rb
routes.rb
storage.yml
/db consists of …
seeds.rb
/lib consists of …
/assets
/tasks
/log consists of …
development.log
/public consists of …
404.html
422.html
500.html
apple-touch-icon-precomposed.png
apple-touch-icon.png
favicon.ico
robots.txt
/storage consists of …
-
/tmp consists of …
/cache
/pids
/storage
development_secret.txt
/vendor consists of …
/javascript
/app/assets consists of …
/config
/images
/stylesheets
/app/assets/config consists of …
manifest.js
/app/assets/images consists of …
-
/app/assets/stylesheets consists of …
application.css