The ferret_start in RAILS_ROOT/script directory does not have those lines but the vendor/plugin/acts_as_ferret/script/ferret_start does.
I have done a fresh svn install of the plugin this morning. Jens Kraemer wrote: > On Thu, Jul 26, 2007 at 10:31:17AM +0200, Izit Izit wrote: >> I got it working now but starting the DRB server as follows: >> >> FERRET_USE_LOCAL_INDEX=1 RAILS_ENV=production script/ferret_start > > yep, and that's exactly what recent versions of the ferret_start script > do: > > ENV['FERRET_USE_LOCAL_INDEX'] = 'true' > require File.dirname(__FILE__) + '/../config/boot' > require RAILS_ROOT + '/config/environment' > ... > > Are you sure you have that first line in your ferret_start script? > > Jens > > > -- > Jens Kr�mer > http://www.jkraemer.net/ - Blog > http://www.omdb.org/ - The new free film database -- Posted via http://www.ruby-forum.com/. _______________________________________________ Ferret-talk mailing list [email protected] http://rubyforge.org/mailman/listinfo/ferret-talk

