Although the plugin acts_as_taggable is installed, and there is a table in the database named tags having a primary key id and a varchar key names..... but when i am using the acts_as_taggable in my posting model, it is giving an error of "undefined method acts_as_taggable". I don''t know how to solve this particular problem? If anyone has any idea regarding this, then plz let me knw the solution. -- 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 -~----------~----~----~----~------~----~------~--~---
are you using acts as bookmarkable? Ruchita Sharma wrote:> Although the plugin acts_as_taggable is installed, and there is a table > in the database named tags having a primary key id and a varchar key > names..... but when i am using the acts_as_taggable in my posting model, > it is giving an error of "undefined method acts_as_taggable". I don''t > know how to solve this particular problem? If anyone has any idea > regarding this, then plz let me knw the solution.-- 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 -~----------~----~----~----~------~----~------~--~---
Am using the plugin acts_as_taggable. mixplate wrote:> are you using acts as bookmarkable? > > > Ruchita Sharma wrote: >> Although the plugin acts_as_taggable is installed, and there is a table >> in the database named tags having a primary key id and a varchar key >> names..... but when i am using the acts_as_taggable in my posting model, >> it is giving an error of "undefined method acts_as_taggable". I don''t >> know how to solve this particular problem? If anyone has any idea >> regarding this, then plz let me knw the solution.-- 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 -~----------~----~----~----~------~----~------~--~---
im not really sure, the reason i asked was because in an application i created, i installed acts as bookmarkable and acts as taggable and got the error acts as taggable not defined. -- 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 -~----------~----~----~----~------~----~------~--~---
dblack-TKXtfPMJ4Ozk1uMJSBkQmQ@public.gmane.org
2007-Jul-02 11:23 UTC
Re: getting error undefined method acts_as_taggable
Hi -- On Mon, 2 Jul 2007, mixplate wrote:> > im not really sure, the reason i asked was because in an application i > created, i installed acts as bookmarkable and acts as taggable and got > the error acts as taggable not defined.Did you restart your server after installing the plugin? David -- * Books: RAILS ROUTING (new! http://www.awprofessional.com/title/0321509242) RUBY FOR RAILS (http://www.manning.com/black) * Ruby/Rails training & consulting: Ruby Power and Light, LLC (http://www.rubypal.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 -~----------~----~----~----~------~----~------~--~---
:) -- 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..... i have only installed acts_as_taggable and am getting the error undefined method acts_as_taggable. mixplate wrote:> im not really sure, the reason i asked was because in an application i > created, i installed acts as bookmarkable and acts as taggable and got > the error acts as taggable not defined.-- 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 -~----------~----~----~----~------~----~------~--~---
Ruchita wrote:> hi..... i have only installed acts_as_taggable and am getting the error > undefined > method acts_as_taggable.How have do you installed the plugin?? Do you know that this plugin was moved to legacy dir...? http://dev.rubyonrails.org/browser/plugins/legacy/acts_as_taggable/init.rb I recomend you the acts_as_taggable_on_steroids plugin... it''s simply better http://agilewebdevelopment.com/plugins/acts_as_taggable_on_steroids -- 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 -~----------~----~----~----~------~----~------~--~---
Does acts_as_taggable_on_steroids plugin aork same as acts_as_taggable? Moises Deniz wrote:> Ruchita wrote: >> hi..... i have only installed acts_as_taggable and am getting the error >> undefined >> method acts_as_taggable. > > How have do you installed the plugin?? > > Do you know that this plugin was moved to legacy dir...? > > http://dev.rubyonrails.org/browser/plugins/legacy/acts_as_taggable/init.rb > > I recomend you the acts_as_taggable_on_steroids plugin... it''s simply > better > > http://agilewebdevelopment.com/plugins/acts_as_taggable_on_steroids-- 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.... solved ds error by including " require_gem ''acts_as_taggable'' " in config/environments.rb file. Ruchita wrote:> Does acts_as_taggable_on_steroids plugin aork same as acts_as_taggable? > > > > Moises Deniz wrote: >> Ruchita wrote: >>> hi..... i have only installed acts_as_taggable and am getting the error >>> undefined >>> method acts_as_taggable. >> >> How have do you installed the plugin?? >> >> Do you know that this plugin was moved to legacy dir...? >> >> http://dev.rubyonrails.org/browser/plugins/legacy/acts_as_taggable/init.rb >> >> I recomend you the acts_as_taggable_on_steroids plugin... it''s simply >> better >> >> http://agilewebdevelopment.com/plugins/acts_as_taggable_on_steroids-- 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 -~----------~----~----~----~------~----~------~--~---