AndrewO
(AndrewO)
January 30, 2009, 4:51pm
1
Try the acts_as_taggable_on plugin/gem and the associtated tag_cloud
helper.
Acts_as_taggable_on at github: http://github.com/mbleigh/acts-as-taggable-on/tree/master
(sparse) documentation on the tag_cloud helper:
http://dev.af83.com/ruby/playing-with-acts-as-taggable-on/2008/02/25/
I haven't used this myself, so YMMV.
11175
(-- --)
January 31, 2009, 11:29am
2
Hi Vivek,
As Andrew's suggesstion try the acts_as_taggable_on plugin/gem and the
associtated tag_cloud helper
Refer this links also
http://wiki.rubyonrails.org/rails/pages/Acts+As+Taggable+Plugin
http://noobonrails.blogspot.com/2005/11/using-actsastaggable-in-rails-quick.html
Thanks
Saravanan
If you need any help with this, let me know. I am currently using
acts_as_taggable_on here: http://jibber.bobmartens.net so I have a
little bit of experience.