Define Custom Callbacks for ActiveRecord and More By Mobomo on March 22, 2012 Rails ActiveRecord models have a lifecycle that developers are allowed to hook into. But while most of us know about `before_save` and... Read more
Writing a Custom Rails Cache Store By Mobomo on March 06, 2012 When you use Rails built-in helpers for page, action, and fragment caching, the cached data is stored into an instance of... Read more