Tag clouds

Could anyone explain me how to import TAG CLOUDS in a Ruby on Rails
Application? I am a beginner,I don’t have any idea about that

Try the acts_as_taggable_on plugin/gem and the associtated tag_cloud
helper.

Acts_as_taggable_on at github:

(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.

On Jan 30, 6:28 am, Vivek M s [email protected]

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

Oh, Thank you Mr.Andrew. I will try that and tell you the result.

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.

On Jan 31, 5:29 am, Saravanan K. <rails-mailing-l…@andreas-

Thank you Mr.Saravanan!