Topic: acts_as_ferret not working at all
So, I'm attempting to use acts_as_ferret (the plugin), but it doesn't work as expected at all. For starters, the method "find_by_contents" gives me a "NoMethod" error. But even if I use "find_with_ferret" and the like I get no results!
Everything is set up correctly, I'm actually trying this with a fresh test app, no other plugins getting in the way, and it's not working.
I'm guessing because this is a dev environment and I don't have the ferret server running, but I didn't think that was a hard dependency just for testing...
Any thoughts?
Thanks.