Forums | Admin

Discussion Forums: help

Start New Thread Start New Thread

 

By: ian connor
RE: Rails 2.0 - no such file to load -- acts_ [ reply ]  
2008-01-29 14:56
I have the same issue. I had two machines upgraded to rails 2.0.2 from 1.2.6. These are fine (one OS X and the other CentOS 5).
The new machine I just built, had this problem with acts_as_taggable. It clearly can work with 2.0.2 as it does on the other two machines. However, if you don't have the 1.2.6 or something installed, it will not work.
I tried to just install 1.2.6:
gem install rails --version=1.2.6
but no luck.
Then I tried to install 1.2.3:
gem install rails --version=1.2.3
still no luck.
Then gem update (to see if the upgrade helped it but no luck).

By: frank grimez
Rails 2.0 - no such file to load -- acts_as_t [ reply ]  
2007-12-26 21:23
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----

gem_original_require': no such file to load -- acts_as_taggable (MissingSourceFile)

it shows up in gem list
acts_as_taggable (2.0.2)

I tried loading it in environment.rb and also config/initializers.

Did I miss something?