Tag: Rails
All the articles with the tag "Rails".
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.