Ruby Developer Question: Download Ruby Developer PDF

Tell me what is Rails Active Record in Ruby on Rails?

Tweet Share WhatsApp

Answer:

Rails active record is the Object/Relational Mapping (ORM) layer supplied with Rails. It follows the standard ORM model as

☛ Table map to classes
☛ Rows map to objects
☛ Columns map to object attributes

Download Ruby Developer PDF Read All 74 Ruby Developer Questions
Previous QuestionNext Question
Explain me the log that has to be seen to report errors in Ruby Rails?Do you know when self.up and self.down method is used?