Explain what is Rails Active Record in Ruby on Rails? Technology Community › Category: Ruby on Rails › Explain what is Rails Active Record in Ruby on Rails? 0 Vote Up Vote Down VietMX Staff asked 4 years ago 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