Links
Acts As Taggable
Categories
Acts As Taggable
There are two versions of acts_as_taggable:
- The plugin: thats what this page is about!
- The gem: Acts As Taggable Gem
This mixin provides an easy way for adding tagging capabilities (also known as folksonomy) to your active record objects. It allows you to add tags to your objects as well as search for tagged objects.
It assumes you are using a fully-normalized tagging database schema. For that, you need a table (by default, named tags) to hold all tags in your application and this table must have a primary key (normally a id int autonumber column) and a name varchar column. You must also define a model class related to this table (by default, named Tag).
Check the Home URL for info on how to use it.
Vitals
| Home | http://wiki.rubyonrails.com/rails/pages/ActsAsTaggablePluginHowto |
|---|---|
| Repository | http://dev.rubyonrails.com/svn/rails/plugins/acts_as_taggable/ |
| License | Rails' (MIT) |
| Tags |
(notably am arun asdfaf awawa barney beans bot brimley chocobo correct country cuts da31ed60af88764eda31d7840a77d1cc dfte donkey dsaf fast fcuk fdfds fg fgdsgsgfsgfs fgg filter flavours govno ham ib iberic iets jam jenkem Jit ksd lez)and mamma mmm moved muu naveed need nited notable notably origins poo prout pussy rev rico sde sdfds sdfsdfasdf Sex sfasf sfdsf suck suxx tagbale taggings tates test that tyreytytrytyer uber ured w_t_f was wassup wierd_tags yasin yerty yes yo yrety
|
| Rating | (49 votes) |
| Created | 20 April 2006 |
Comments
-
this plugin have moved to other place
-
There is also an actsas_taggable gem which is different than the plugin. The actsas_taggable plugin is only available for Rails 1.1.
-
This plugin is no longer available to install.
-
This plugin IS available to install.
-
can't seem to install the plugin, gem is ok.

