Tag: Ruby
All the articles with the tag "Ruby".
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.
Higher Order Functions in Ruby
Updated: at 05:21 PM (4 min read)A simple article to understand higher-order functions in Ruby, covering blocks, procs, and lambdas with practical examples.