Hi, anybody implemented tag cloud using acts-as-taggable-on gem. I want to give it a go, but before start i want to see some live demo or a live site which is using it. I made some googling but didn''t find. -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
On Mon, Sep 26, 2011 at 1:30 PM, venkata reddy <venkatareddy.cs-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> Hi, > anybody implemented tag cloud using acts-as-taggable-on gem. I > want to give it a go, but before start i want to see some live demo or > a live site which is using it. > I made some googling but didn''t find.Actually, you can''t tell form the front end how it will look like. Your tag cloud will look like your css tell it to do. That gem will let you specify css styles to your tags depending on their "weight", but wont give you anything related to the tag cloud styling. An example of how to do apply your styling (whatever it is) is shown on the README https://github.com/mbleigh/acts-as-taggable-on Hope it helps -- Leonardo Mateo. There''s no place like ~ -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe@googlegroups.com. For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
Thanks Leonrardo, i heard somewhere, this gem is not comfortable with 3.0.10. is it true? On Sep 27, 2:34 am, Leonardo Mateo <leonardoma...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> On Mon, Sep 26, 2011 at 1:30 PM, venkata reddy<venkatareddy...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote: > > Hi, > > anybody implemented tag cloud using acts-as-taggable-on gem. I > > want to give it a go, but before start i want to see some live demo or > > a live site which is using it. > > I made some googling but didn''t find. > > Actually, you can''t tell form the front end how it will look like. > Your tag cloud will look like your css tell it to do. > That gem will let you specify css styles to your tags depending on > their "weight", but wont give you anything related to the tag cloud > styling. > An example of how to do apply your styling (whatever it is) is shown > on the READMEhttps://github.com/mbleigh/acts-as-taggable-on > > Hope it helps > > -- > Leonardo Mateo. > There''s no place like ~-- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe@googlegroups.com. For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
On Tue, Sep 27, 2011 at 4:34 AM, venkata reddy <venkatareddy.cs-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> Thanks Leonrardo, i heard somewhere, this gem is not comfortable with > 3.0.10. is it true?I cannot confirm that, I used it a long time ago, I think it was Rails 2.1.0 or something. You should go to the gem''s homepage and see if it says something about it. I think it supports Rails 3, which should be fine with Rais 3.0.10, but that''s just a guess. Hope it helps. -- Leonardo Mateo. There''s no place like ~ -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.