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 the function of garbage collection in ruby on rails?
Tell me what is rails active record in ruby on rails?
What is the architecture of Model views and controllers
Explain about restful architecture?
what is Cross-Site Request Forgery (CSRF) and how Rails is protected against it?
Explain how you can run rails application without creating databases?
How would you create a controller for the subject?
What is rails script? Name some of them?
Explain me what is the role of rails controller?
Write the command to run the migration.
difference between form_for and form_tag
What is the purpose of require_relative in ruby?