What are the major components of Ruby on Rails?
ActiveRecord
ActionPack
ActionMailer
ActiveModel
ActiveResource
ActiveSupport
Is This Answer Correct ? | 0 Yes | 0 No |
How to serialize data with yaml?
Explain rails migration.
Explain model in rails?
Explain the importance of yield statement in rails.
Explain testing in rails.
Mention the differences between the observers and callbacks in ruby on rails.
What is the difference between render and redirect?
what are benefits of using active record as opposed to raw sql queries?
Explain unobtrusive javascript in rails.
What is the purpose of load in ruby?
what is the difference between Active support’s “HashWithIndifferent” and Ruby’s “Hash” ?
What are the different types of association relationships that exist?