adspace


Tell me what is rails active record in ruby on rails?

Answer Posted / Chandra Kumar Misra

"Active Record is a component of Rails that provides an interface for interacting with database tables. It allows developers to create, read, update, and delete records within the database by treating database tables as objects in Ruby code. Active Record uses Convention Over Configuration approach, which simplifies interactions between Rails applications and databases."n

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