Posted on May 25, 2007 at 8:25 pm
Caching things with acts_as_taggable_on_steroids
On today’s chapter of “hacking the hell out of rails plugins” we’re going to talk about how to add caching support for acts_as_taggable_on_steroids.
The plugin is a great improvement over the original (and discontinued) acts_as_taggable, and allow you to add “tagging” support to any model class easily, just by marking it with “acts_as_taggable”:
class RubberDucks < ActiveRecord::Base
[...]



















