On Mon, Aug 28, 2006 at 12:41:16PM +0200, Runar Ingebrigtsen wrote: > Jens Kraemer wrote: > > On Fri, Aug 25, 2006 at 03:27:04AM +0200, Joern Barthel wrote: > >> >> run into the same problem. > >> bug - there seems to be a problem requiring the gem ferret_ext. But even > >> manually changing the require to rferret (in acts_as_ferret init.rb) > >> does not fix the problem. > > > > could you try to freeze the ferret gem to your application ? > > This makes no difference here. > > # Before > $ script/console > Loading development environment. > /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:27:in > `gem_original_require': no such file to load -- ferret_ext > (MissingSourceFile) > from > /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:27:in `require' > from > /usr/lib/ruby/gems/1.8/gems/activesupport-1.3.1/lib/active_support/dependencies.rb:147:in > > `require' > from /usr/lib/ruby/gems/1.8/gems/ferret-0.10.1/lib/ferret.rb:25 > from > /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:33:in `require' > from > /usr/lib/ruby/gems/1.8/gems/activesupport-1.3.1/lib/active_support/dependencies.rb:147:in > > `require' > from > script/../config/../config/../vendor/plugins/acts_as_ferret/init.rb:1:in > `load_plugin' > from > /usr/lib/ruby/gems/1.8/gems/rails-1.1.6/lib/initializer.rb:348:in > `load_plugin' > from > /usr/lib/ruby/gems/1.8/gems/activesupport-1.3.1/lib/active_support/core_ext/kernel/reporting.rb:11:in > > `silence_warnings' > ... 7 levels... > from /usr/lib/ruby/1.8/irb/init.rb:250:in `load_modules' > from /usr/lib/ruby/1.8/irb/init.rb:21:in `setup' > from /usr/lib/ruby/1.8/irb.rb:54:in `start' > from /usr/bin/irb:13 > > # After > $ script/console > Loading development environment. > /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:27:in > `gem_original_require': no such file to load -- ferret_ext > (MissingSourceFile) > from > /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:27:in `require' > from > /usr/lib/ruby/gems/1.8/gems/activesupport-1.3.1/lib/active_support/dependencies.rb:147:in > > `require' > from /usr/lib/ruby/gems/1.8/gems/ferret-0.10.1/lib/ferret.rb:25
that doesn't look like the frozen ferret from your RAILS_ROOT really gets used... Jens -- webit! Gesellschaft für neue Medien mbH www.webit.de Dipl.-Wirtschaftsingenieur Jens Krämer [EMAIL PROTECTED] Schnorrstraße 76 Tel +49 351 46766 0 D-01069 Dresden Fax +49 351 46766 66 _______________________________________________ Ferret-talk mailing list [email protected] http://rubyforge.org/mailman/listinfo/ferret-talk

