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
[...]

Posted on March 30, 2007 at 7:24 am

Speaking about code…

A bunch of useful syntax highlight plugins, for people using WordPress.
So far my recommendation is SyntaxHighlighter. Looks good enough for this site, and supports a bunch of languages, from C to Ruby.