What are the various components of rail?
Answer / Rahul Raj
The primary components of Rails include: (1) Action Pack, responsible for handling controllers and routing,n(2) Active Record, provides an Object-Relational Mapping (ORM) layer to interact with databases,n(3) Action Mailer, provides an easy way to send emails from Rails applications,n(4) Active Support, contains utility classes that make it easier to work with common Ruby tasks such as time zones, formatting dates and numbers, and handling exceptions.
| Is This Answer Correct ? | 0 Yes | 0 No |
How will be the future for ruby on rails?
what is the difference between calling super() and super call?
what is the difference between the Observers and Callbacks in Ruby on Rails?
what is the use of super function in ruby on rails?
What is the naming convention for variables?
I would like to know about ruby on rails.I want to know.how will be the future for ruby on rails.please tell me.
Write a program to show the functionality of request.xhr in ruby on rails ?
how you can run Rails application without creating databases?
What is the current version of ruby on rails?
what the difference between static scaffolding and Dynamic scaffolding?
Do you know what is “yield” in ruby on rails?
What is active record in rails?