acts_as_ferret

URL
http://projects.jkraemer.net/acts_as_ferret
Author(s)
Jens Kraemer
Summary
acts_as_ferret - Ferret based full text search for any ActiveRecord model

Add your comment ↓

Comments

acts_as_ferret (0.4.4) is Failing
for Aaron (GNU/Linux, over 2 years ago)

Ubuntu 9.10 (Karmic)
Latest Ruby/Rails

Apps are saying they cant find 'acts_as_ferret' even though its installed.

acts_as_ferret (0.4.3) is Working
for Sreekanth (GNU/Linux, over 2 years ago)

thanks Thomas von Deyen acts_as_ferret workingin only 0.4.3 without any issues

acts_as_ferret (0.4.4) is Failing
for Brandon (Windows, over 2 years ago)

Ruby 1.9.1
Rails 2.3.5
Ferret 0.11.6.19 (http://pennysmalls.com/gems/ferret-0.11.6.19.gem)

The problem appears to be related to the BlankSlate class from active_support's 'builder'. I'm not sure, but this might be relevant: https://rails.lighthouseapp.com/projects/8994/tickets/3001-blankslate-is-not-ruby-19-compatible

acts_as_ferret (0.4.4) is Failing
for Spasm (other, over 2 years ago)

Ubuntu Karmic
Rails 2.3.4
Ruby 1.9.1 p243 (2009-07-16 revision 24175)

acts_as_ferret (0.4.4) is Failing
for sandip ransing (other, over 2 years ago)

acts_as_ferret version 0.4.4 is not working for me.

ruby 1.9.1
rails 2.3.3
os ubuntu interpid

acts_as_ferret (0.4.4) is Failing
for Gernot Kogler (GNU/Linux, over 2 years ago)

Raises exception "/usr/local/lib/ruby/gems/1.9.1/gems/activesupport-2.3.2/lib/active_support/vendor/builder-2.1.2/blankslate.rb:41:in
`reveal': Don't know how to reveal method 'methods' (RuntimeError)"

acts_as_ferret (0.4.3) is Failing
for Thomas von Deyen (Mac OSX, over 3 years ago)

Not working unless you do some small fixes:

Replace all colons (:) with 'then' in the 'case … when' block in ferret_extensions.rb file lines 85-89 inside the gem found at:

/opt/local/lib/ruby1.9/gems/1.9.1/gems/acts_as_ferret/lib/

The path may vary if you have a different install. Mine is ruby 1.9 installed via macports under OS X Leopard 10.5.6

Add your comment




Yes No