What are the major components of Ruby on Rails?
ActiveRecord
ActionPack
ActionMailer
ActiveModel
ActiveResource
ActiveSupport
Is This Answer Correct ? | 0 Yes | 0 No |
Tell me what is ruby on rails?
What is object-relationship-model (orm)?
If you want to set up a one-to-one relationship between two models, you'll need to add belongs_to to one, and has_one to the other. How do you know which is which?
Where does the start_tabnav gets informations for tabs rendering in ruby rail?
What are models in rails?
what is rails caching?
what is sweeper in Rails?
How to use two databases into a single application?
How many types of relationships does a model has?
How you run your Rails Application without creating database ?
What is the difference between save and save?
Explain dry in rails?