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 -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ 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-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
andrew.ohnstad-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org
2009-Jan-30 16:51 UTC
Re: Tag clouds
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. On Jan 30, 6:28 am, Vivek M s <rails-mailing-l...-ARtvInVfO7ksV2N9l4h3zg@public.gmane.org> wrote:> 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 > -- > Posted viahttp://www.ruby-forum.com/.--~--~---------~--~----~------------~-------~--~----~ 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-/JYPxA39Uh5TLH3MbocFFw@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 -~----------~----~----~----~------~----~------~--~---
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 -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ 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-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
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 Krishnan <rails-mailing-l...@andreas- s.net> wrote:> 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... > > Thanks > Saravanan > -- > Posted viahttp://www.ruby-forum.com/.--~--~---------~--~----~------------~-------~--~----~ 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-/JYPxA39Uh5TLH3MbocFFw@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 -~----------~----~----~----~------~----~------~--~---
Oh, Thank you Mr.Andrew. I will try that and tell you the result. -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ 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-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
Thank you Mr.Saravanan! -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ 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-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
Hi, Is there anyway to import TAGCLOUDS in a Ruby on Rails application without using PLUGINS? If it is so, please help me! Thanks in Advance, cheers. -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ 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-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
andrew.ohnstad-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org
2009-Feb-04 13:31 UTC
Re: Tag clouds
Is there any way? Of course. You can write the code yourself to handle the recording of tags, the storage and assignment of tags, the counting and ranking of tags, and the styling to create a tag cloud, along with all the associated db migrations, helper methods, etc. Or you could use the code of someone who has already done this themselves and install the plugin. If you can''t install the plugin for security reasons or something, you could copy and paste the code from the plug in into your application code. Why would you not want to use the plugin? ---A On Feb 4, 5:26 am, Vivek M s <rails-mailing-l...-ARtvInVfO7ksV2N9l4h3zg@public.gmane.org> wrote:> Hi, > Is there anyway to import TAGCLOUDS in a Ruby on Rails application > without using PLUGINS? If it is so, please help me! > > Thanks in Advance, > cheers. > -- > Posted viahttp://www.ruby-forum.com/.--~--~---------~--~----~------------~-------~--~----~ 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-/JYPxA39Uh5TLH3MbocFFw@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 -~----------~----~----~----~------~----~------~--~---
Oh Thank you Mr.Andrew ! As you said correctly, I am not able to install the plugin for some security reasons. I am at the very beginning stage of using rails and so only I asked that question.Thank you very much for you Guidance. Cheers! -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ 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-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
Moreover, Even if I want to install gems, it is showing lot of errors. Can you explain me the step by step procedure to install gems which will be helpful for importing tag clouds in my application? Thanks in advance cheers1 --~--~---------~--~----~------------~-------~--~----~ 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-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
I guess in order to help you, we''d need to know what you have tried so far. For me, it was as simple as going to the GitHub repository and following the instructions they give when clicking on the little ruby. What have you tried? On Feb 4, 7:51 am, Vivek <vivek...-/cgKlWMm3F8@public.gmane.org> wrote:> Moreover, Even if I want to install gems, it is showing lot of errors. > Can you explain me the step by step procedure to install gems which > will be helpful for importing tag clouds in my application? > Thanks in advance > cheers1--~--~---------~--~----~------------~-------~--~----~ 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-/JYPxA39Uh5TLH3MbocFFw@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 -~----------~----~----~----~------~----~------~--~---