Ruby Developer Question:
Download Questions PDF

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

Ruby Developer Interview Question
Ruby Developer Interview Question

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 Interview Questions And Answers PDF

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?