I''ve been reading around on the various acts_as_taggable implementations (DHH plugin, gem, steroids plugin) and I''m a bit confused as to which one to use... All of the documentation that I''ve read says that the DHH plugin is the one to go with, but if that''s the case why has it been moved to the legacy folder under http://dev.rubyonrails.org/browser/plugins/ ? Isn''t that one supposed to be available on Rails 1.1+ ? And if it''s been made legacy, what is the replacement? I have Rails 1.2.3 installed, but when I try to run script/plugin install acts_as_taggable it says that the plugin can''t be found. Should I import it from the legacy folder? Will it be phased out??? Sweet IPU (BBHHH), someone write some current documentation on this!!!! -- 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 -~----------~----~----~----~------~----~------~--~---
I believe acts_as_taggable (along with simply_helpful and some others) has been rolled into Edge rails. There is no replacement, it is now part of the core. If you are not using Edge you can use the the http://dev.rubyonrails.org/browser/plugins/legacy/ folder. Any documentation you find on acts_as_taggable should still be relevant. On Sep 8, 3:21 am, Chris Bloom <rails-mailing-l...-ARtvInVfO7ksV2N9l4h3zg@public.gmane.org> wrote:> I''ve been reading around on the various acts_as_taggable implementations > (DHH plugin, gem, steroids plugin) and I''m a bit confused as to which > one to use... > > All of the documentation that I''ve read says that the DHH plugin is the > one to go with, but if that''s the case why has it been moved to the > legacy folder underhttp://dev.rubyonrails.org/browser/plugins/? Isn''t > that one supposed to be available on Rails 1.1+ ? And if it''s been made > legacy, what is the replacement? > > I have Rails 1.2.3 installed, but when I try to run script/plugin > install acts_as_taggable it says that the plugin can''t be found. Should > I import it from the legacy folder? Will it be phased out??? > > Sweet IPU (BBHHH), someone write some current documentation on this!!!! > -- > 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-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
Hardbap wrote:> I believe acts_as_taggable (along with simply_helpful and some others) > has been rolled into Edge rails. There is no replacement, it is now > part of the core. If you are not using Edge you can use the the > http://dev.rubyonrails.org/browser/plugins/legacy/ folder. Any > documentation you find on acts_as_taggable should still be relevant. > > > On Sep 8, 3:21 am, Chris Bloom <rails-mailing-l...-ARtvInVfO7ksV2N9l4h3zg@public.gmane.org>Thanks Hardbap - Is 1.2.3 considered Edge? -- 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 -~----------~----~----~----~------~----~------~--~---
On 08 Sep 2007, at 14:50, Chris Bloom wrote:>> I believe acts_as_taggable (along with simply_helpful and some >> others) >> has been rolled into Edge rails. There is no replacement, it is now >> part of the core. If you are not using Edge you can use the the >> http://dev.rubyonrails.org/browser/plugins/legacy/ folder. Any >> documentation you find on acts_as_taggable should still be relevant. >> >> >> On Sep 8, 3:21 am, Chris Bloom <rails-mailing-l...-ARtvInVfO7ksV2N9l4h3zg@public.gmane.org> > > Thanks Hardbap - Is 1.2.3 considered Edge?No, 1.2.3 is an official release, Edge isn''t (it''s every revision that came after 1.2.3) Best regards Peter De Berdt --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
Hardbap wrote:> I believe acts_as_taggable (along with simply_helpful and some others) > has been rolled into Edge rails. There is no replacement, it is now > part of the core. If you are not using Edge you can use the the > http://dev.rubyonrails.org/browser/plugins/legacy/ folder. Any > documentation you find on acts_as_taggable should still be relevant. > > > On Sep 8, 3:21 am, Chris Bloom <rails-mailing-l...-ARtvInVfO7ksV2N9l4h3zg@public.gmane.org>I''ve been looking into the Edge solution as you suggested, but it actually looks like the acts_as_taggable plugin has been retired altogether. I found this in the changelog for plugins/acts_as_taggable/README at dev.rubyonrails.org http://dev.rubyonrails.org/changeset/6720 (05/11/07 23:07:47) =========Proof-of-concept plugin intending to demonstrate ActiveRecord''s polymorphic associations. It''s not intended for production use and no enhancement tickets are being accepted. To add tagging to your own application, either build your own models based on this pattern, or check out one of the various community supported plugins: http://agilewebdevelopment.com/plugins/search?search=acts_as_taggable ======== See also, http://tinyurl.com/2tp2xk [rubyonrails-core thread @ google groups] Looks like I either have to roll my own or install one of the Gem versions. -- 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 -~----------~----~----~----~------~----~------~--~---
Chris Bloom wrote:> Looks like I either have to roll my own or install one of the Gem > versions. >This is what "we" (me) use: http://agilewebdevelopment.com/plugins/acts_as_taggable_on_steroids It''s good. -- Hendy Irawan www.hendyirawan.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 -~----------~----~----~----~------~----~------~--~---
Anyone have thoughts on acts_as_taggable_on_steroids v.s scalable_acts_as_taggable (http://agilewebdevelopment.com/plugins/ scalable_acts_as_taggable)? With these different versions it has me slightly confused :-) On Sep 10, 10:22 pm, Hendy Irawan <gauld...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> Chris Bloom wrote: > > Looks like I either have to roll my own or install one of the Gem > > versions. > > This is what "we" (me) use:http://agilewebdevelopment.com/plugins/acts_as_taggable_on_steroids > > It''s good. > > -- > Hendy Irawanwww.hendyirawan.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 -~----------~----~----~----~------~----~------~--~---
marco.ballante-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org
2007-Sep-11 07:30 UTC
Re: Is the acts_as_taggable plugin still relevant?
I had used acts_as_taggable_on_steroids for my web application http://koolontheweb.com. I write about that on my blog http://railsandruby.blogspot.com/search/label/act_as_taggable On Sep 11, 5:43 am, "Marston A." <mars...-8Qo2DTIsO68RmelmmXo44Q@public.gmane.org> wrote:> Anyone have thoughts on acts_as_taggable_on_steroids v.s > scalable_acts_as_taggable (http://agilewebdevelopment.com/plugins/ > scalable_acts_as_taggable)? With these different versions it has me > slightly confused :-) > > On Sep 10, 10:22 pm, Hendy Irawan <gauld...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote: > > > > > Chris Bloom wrote: > > > Looks like I either have to roll my own or install one of the Gem > > > versions. > > > This is what "we" (me) use:http://agilewebdevelopment.com/plugins/acts_as_taggable_on_steroids > > > It''s good. > > > -- > > Hendy Irawanwww.hendyirawan.com- Hide quoted text - > > - Show quoted text ---~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
Jose Hales-Garcia
2007-Dec-29 12:59 UTC
Re: Is the acts_as_taggable plugin still relevant?
Chris Bloom wrote:> I''ve been looking into the Edge solution as you suggested, but it > actually looks like the acts_as_taggable plugin has been retired > altogether. I found this in the changelog for > plugins/acts_as_taggable/README at dev.rubyonrails.orgI''m catching up with the news. I have an application in production with this plug-in and didn''t know about its defunct status until now. Of course we''ll move on, but I''m left wondering what was so wrong with this plug-in that it didn''t even deserve being extracted like the others? It seems fickle. Up on the shoulders of the community one day and down in the gutter the next. -- 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 -~----------~----~----~----~------~----~------~--~---
On 12/29/07, Jose Hales-Garcia <rails-mailing-list-ARtvInVfO7ksV2N9l4h3zg@public.gmane.org> wrote:> > Chris Bloom wrote: > > I''ve been looking into the Edge solution as you suggested, but it > > actually looks like the acts_as_taggable plugin has been retired > > altogether. I found this in the changelog for > > plugins/acts_as_taggable/README at dev.rubyonrails.org > > I''m catching up with the news. I have an application in production with > this plug-in and didn''t know about its defunct status until now. > > Of course we''ll move on, but I''m left wondering what was so wrong with > this plug-in that it didn''t even deserve being extracted like the > others? > > It seems fickle. Up on the shoulders of the community one day and down > in the gutter the next.It still works fine though. I upgraded an app to Rails 2.0.2 last night and had to get acts_as_taggable working with it again. Only problem I ran into was having to add :join_table to my acts_as_taggable call in the model. -- Greg Donald http://destiney.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 -~----------~----~----~----~------~----~------~--~---
On Dec 31, 11:02 am, "Greg Donald" <gdon...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> Only > problem I ran into was having to add :join_table to myacts_as_taggablecall in the model.And I also had to change instances of blog.tag_count to blog.tags.size -- GregDonald http://destiney.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 -~----------~----~----~----~------~----~------~--~---