Bin-Blog logoBin-Blog

Learn about the latest in Web Development – as soon as I do.

Posts Tagged ‘acts_as_taggable’

Installing the acts_as_taggable Rails Plugin

By Binny V A • Dec 20th, 2007

You don’t have to write a lot of code to get tagging support in your Ruby on Rails application – you just have to install a plugin. This is how you install the ‘acts_as_taggable’ plugin…
First go to the Ruby on Rails application folder and open a terminal at that location. Now run this commad…
ruby script/plugin [...]