adspace


What is active record in rails?

Answer Posted / Mradul Kumar Verma

Active Record is an Object-Relational Mapping (ORM) system used by Rails for interacting with databases. It provides an easy and consistent way to perform database operations such as create, read, update, and delete (CRUD). Active Record maps database tables into Ruby classes and database rows into Ruby objects.

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?

949