Plugins - Acts As Taggable

StarAdd to favorites

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.

http://wiki.rubyonrails.com/rails/pages/ActsAsTaggablePluginHowto

http://dev.rubyonrails.com/svn/rails/plugins/acts_as_taggable/

Rails' (MIT)

  • Currently 4.4/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5

Model

Tags

Comments

Add a comment
Gene 9 May 2008

This plugin IS available to install.

brad 3 Jan 2008

This plugin is no longer available to install.

liwei 6 Dec 2007

There is also an actsas_taggable gem which is different than the plugin. The actsas_taggable plugin is only available for Rails 1.1.

xi ping wang 14 Jul 2007

this plugin have moved to other place

Search Plugins

Query syntax

Plugins by Category

Sponsors

Rails Kits: Get Code. Get Moving.

Have a comment?