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
/app/channels consists of …
/application_cable/channel.rb
/application_cable/connection.rb
/app/controllers consists of …
/conserns
application_controller.rb
/app/helpers consists of …
application_helper.rb
/app/javascript consists of …
/controllers
application.js
/app/javascript/controllers consists of …
application.js
hello_controller.js
index.js
/app/jobs consists of …
application_job.rb
/app/mailers consists of …
application_mailer.rb
/app/models consists of …
/conserns
application_record.rb
/app/views consists of …
/layouts/application.html.erb
/layouts/mailer.html.erb
/layouts/mailer.text.erb
/config/enviroments consists of …
development.rb
production.rb
test.rb
/config/initializers consists of …
assets.rb
content_security_policy.rb
filter_parameter_logging.rb
inflections.rb
permissions_policy.rb
/config/locales consists of …
en.yml
/tmp/cache consists of …
/assets
/bootsnap