acts_as_taggable

Tag clouds with acts_as_taggable for different Taggable Types

So you are building a cool new web 2.0 startup and want to have the cool tagging feature. If you are using ruby on rails, you can use Acts_As_Taggable Plugin . There is a neat way to build a tag cloud explained here.
Now acts_as_taggable uses a field called taggable_type to know what object this tag […]

Popularity: 16% [?]