search for: rmagickrailssept2006_ppc

Displaying 2 results from an estimated 2 matches for "rmagickrailssept2006_ppc".

2006 Dec 30
2
error of "no such file to load -- ferret_ext"
...----begin--------- require ''rubygems'' require ''ferret'' include Ferret index = Index::Index.new(:path => ''/opt/search-index'') ----end----------- I get an error when I run the test: $ ruby test/ferret_test.rb /Applications/Locomotive2/Bundles/rmagickRailsSept2006_ppc.locobundle/framework/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:27:in `gem_original_require'': no such file to load -- ferret_ext (LoadError) from /Applications/Locomotive2/Bundles/rmagickRailsSept2006_ppc.locobundle/framework/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb...
2006 Nov 21
0
Observer + acts_as_taggable plugin = dead app
so i have found that if i try to place an observer on a model that is using the acts_as_taggable plugin, my app will not start up. this is what i get in the mongrel startup log /Applications/Locomotive2/Bundles/rmagickRailsSept2006_ppc.locobundle/framework/lib/ruby/gems/1.8/gems/activerecord-1.14.4/lib/active_record/base.rb:1129:in `method_missing'': undefined local variable or method `acts_as_taggable'' for Profile:Class (NameError) if i comment out either the observer in the config/environment.rb or the acts_a...