adspace


What are the various components of rail?

Answer Posted / 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



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the current version of ruby on rails?

948