On Fri, Aug 25, 2006 at 03:27:04AM +0200, Joern Barthel wrote:
> Guest wrote:
> 
> > I'm using REVISION_4647 of Edge.
> > 
> > Thanks. :)
> > 
> > M.
> > 
> > Cuong Tran wrote:
> >> Let me know what version of edgerails you're using and I"ll see if I
> >> run into the same problem.
> 
> I have exactly the same problem here (it's the same with WEBRick btw.), 
> being on 4727 (before the new dependency system which breaks other 
> things). I'd like to add two observations though:
> 
>  - Under win32 there are no problems at all
>  - Under win32 / cygwin and mac os x (the only systems tested) the error 
> is the same (server is dying silently)
> 
> Running the console reveals a little bit more information regarding the 
> 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 ?

mkdir vendor/ferret
cp -a /usr/local/lib/ruby/gems/1.8/gems/ferret-x.y.z/lib vendor/ferret/

then add vendor/ferret/lib to your load_path in environment.rb:
config.load_paths += %W( #{RAILS_ROOT}/vendor/ferret/lib )


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

Reply via email to