Posts
All the articles I've posted.
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.
Cache In Rails
Published: at 10:00 AM (2 min read)An overview of caching strategies in Rails including page, action, fragment caching, cache expiration, and different cache stores like Redis, in-memory, and file store.
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.