After upgrading to Rails 2.0.2, acts_as_taggable is not working. Under Rails 1.2.6, acts_as_taggable worked fantastic. I upgraded to Rails 2.0.2 and receive the following error when Mongrel starts up---- ruby/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:27:in `gem_original_require'': no such file to load -- acts_as_taggable (MissingSourceFile) it shows up in gem list acts_as_taggable (2.0.2) gem -v 1.0.1 rails -v Rails 2.0.2 I tried loading it in the environment.rb and also through config/initializers. I followed this step in the acts_as_taggable readme ******** class Photo < ActiveRecord::Base acts_as_taggable end becomes class Photo < ActiveRecord::Base acts_as_taggable :join_table => "tags_photos" end ******** I upgraded, this was not a new install of Ruby on Rails 2.0. This is happening on Windows and OS X. Did I miss something? Thank you for the help. Anna -- 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 -~----------~----~----~----~------~----~------~--~---
Ratnavel Sundaramurthi
2007-Dec-27 06:59 UTC
Re: acts_as_taggable - Rails 2.0 - no such file to load
acts _as_taggable is moved from core Rails 2.0 to a plugin... You can get more details from.. http://wiki.rubyonrails.org/rails/pages/ActsAsTaggablePluginHowto -- 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 -~----------~----~----~----~------~----~------~--~---
Ratnavel Sundaramurthi wrote:> acts _as_taggable is moved from core Rails 2.0 to a plugin... > > You can get more details from.. > > http://wiki.rubyonrails.org/rails/pages/ActsAsTaggablePluginHowtoThanks. -- 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 -~----------~----~----~----~------~----~------~--~---