Rails 6: Questions and Answers
What are the Rails libraries?
New in Rails 5 and 6
Cable
Controller
Dispatch
Job
Mailbox
Mailer
Model
Pack
Record
Storage
Support
Text
View
Is it actually possible to use these libraries outside of Rails?
What are all those gems in the Gemfile?
What is Bootsnap, and how does it work?
What is Listen, and how does it work?
What is Puma, and how does it work?
What is Spring, and how does it work?
What is Sprockets, and how does it work?
What is Turbolinks, and how does it work?
Why is there a bin folder, and what is it for?
bin folder, and what is it for?Why is there a vendor folder, and what is it for?
vendor folder, and what is it for?What's the difference between all the assets folders?
How does the asset tree work?
Why is the config/manifest.js file in app/assets and not config?
config/manifest.js file in app/assets and not config?What are concerns?
If global variables are "bad", what about global helpers?
How do credentials/secrets work?
What is @rails/ujs, and how do you use it?
@rails/ujs, and how do you use it?How do the meta tags work?
How does the stylesheet media option work?
Is there a difference between dependencies and devDependencies?
Last updated