egze
egze

Reputation: 3236

What's the state of the art gem/plugin for tags?

I'm redesigning my site currently and replacing all the old plugins. For tags I use acts_as_taggable_on_steroids and I'm wondering if there are any newer/better gems for Rails 3.

Upvotes: 1

Views: 78

Answers (1)

pjammer
pjammer

Reputation: 9577

You'll want to use the similarly named acts-as-taggable-on instead. Better support, and the code originated from that gem you mentioned.

It's pretty good and feature rich AND easy enough to use.

Upvotes: 1

Related Questions