I''d like to add taggability to a model in the site I''m working on, and I wanted to get an idea of what people are using. I keep seeing that acts_as_taggable is deprecated, so I tried the acts_as_taggable_on_steroids. I also tried be_taggable. In any case, I figured I''d see what people use. thanks. -corey -- http://www.coreyhaines.com The Internet''s Premiere source of information about Corey Haines --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
On 1/20/08, Corey Haines <coreyhaines-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> I''d like to add taggability to a model in the site I''m working on, and I > wanted to get an idea of what people are using.For my current Rails 2.x project I''ve ended up going with the the tagging capabilities inherent in Evan Weaver''s excellent has_many_polymorphs plugin for ActiveRecord. Very happy so far. See : http://blog.evanweaver.com/articles/2007/01/13/growing-up-your-acts_as_taggable/ http://blog.evanweaver.com/files/doc/fauna/has_many_polymorphs/files/README.html ...for more detail. Cheers, Martin -- Martin Wood - freelance web developer (Rails, Java, Perl, PHP) based in the UK http://martinwood.org --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
coreyhaines-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org
2008-Jan-21 16:27 UTC
Re: Which taggable library do people use?
thanks! I''ll check that out. On 1/21/08, Martin Wood <martin-sFN07blTYxikZAJeoX23fg@public.gmane.org> wrote:> > On 1/20/08, Corey Haines <coreyhaines-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote: > > I''d like to add taggability to a model in the site I''m working on, and I > > wanted to get an idea of what people are using. > > For my current Rails 2.x project I''ve ended up going with the the > tagging capabilities inherent in Evan Weaver''s excellent > has_many_polymorphs plugin for ActiveRecord. > > Very happy so far. See : > > http://blog.evanweaver.com/articles/2007/01/13/growing-up-your-acts_as_taggable/ > http://blog.evanweaver.com/files/doc/fauna/has_many_polymorphs/files/README.html > > ...for more detail. > > Cheers, > > Martin > -- > Martin Wood - freelance web developer (Rails, Java, Perl, PHP) based in the > UK > http://martinwood.org > > > >-- http://www.coreyhaines.com The Internet''s Premiere source of information about Corey Haines --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---