Displaying 1 result from an estimated 1 matches for "credit_subscrib".
2007 Jan 23
2
making acts_as_ferret thread safe?
Hi
I get a synchronize error (see below) when I run a lib script with
script/runner.
The script updates a status field in a model object that is indexed and
searchable within the script/server (mongrel) process.
$ script/runner -e production ''load "lib/billing/credit_subscribers.rb"''
/usr/lib/ruby/gems/1.8/gems/rails-1.1.6/lib/commands/runner.rb:27:
IOError (IOError)
from
/usr/lib/ruby/gems/1.8/gems/ferret-0.10.14/lib/ferret/index.rb:124:in
`initialize''
from /usr/lib/ruby/1.8/monitor.rb:229:in `synchronize''
from
/u...