Tag: ActiveRecord
All the articles with the tag "ActiveRecord".
Rails Attribute Tracking Methods
Published: at 10:00 AM (2 min read)An overview of Rails attribute tracking methods for monitoring changes to ActiveRecord model attributes before and after save operations.
Rails Callback Methods
Published: at 10:00 AM (3 min read)A reference guide to Rails ActiveRecord callback methods including before, after, and around callbacks for create, save, update, destroy, and validation lifecycle events.
Single Table Inheritance
Updated: at 02:12 AM (4 min read)Understand STI (Single Table Inheritance) in Ruby on Rails and how to implement it with practical examples.