Acts_as_ferret 0.4.1

Hi folks,

I just released version 0.4.1 fixing several bugs and bringing the
DRb server’s index versioning feature to the stable branch.

Please see [1] for more changes.

Cheers,
Jens

[1]
http://projects.jkraemer.net/acts_as_ferret/query?status=closed&milestone=0.4.1


Jens Krämer
http://www.jkraemer.net/ - Blog
http://www.omdb.org/ - The new free film database

Hello, man, how to download it?

2, i downloaded the acts_as_ferret-0.4.0.tgz at
http://rubyforge.org/frs/?group_id=2916&release_id=10617
and uploaded to the /testapp/vendor/plugins/acts_as_ferret folder,
when i run the commond:
RAILS_ENV=development vendor/plugins/acts_as_ferret/script/ferret_start

RAILS_ENV=development vendor/plugins/acts_as_ferret/script/ferret_start
/usr/local/ruby/lib/ruby/gems/1.8/gems/rails-1.2.3/lib/commands/runner.rb:45:
(eval):23: You have a nil object when you didn’t expect it!
(NoMethodError)
You might have expected an instance of Array.
The error occurred while evaluating nil.[] from
/usr/local/ruby/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:27:in
eval' from /usr/local/ruby/lib/ruby/gems/1.8/gems/rails-1.2.3/lib/commands/runner.rb:45 from /usr/local/ruby/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:27:in gem_original_require’
from
/usr/local/ruby/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:27:in
`require’
from script/runner:3

Hello, man, how to download it?

./script/plugin install
svn://projects.jkraemer.net/acts_as_ferret/tags/0.4.1/plugin/acts_as_ferret

Alain