MetaSearch Gem - Rails 3.0 working scope methods fail in Rails 3.2
问题 MetaSearch's handy functions such as .not_in worked in Rails 3.0 & 3.1 inside of scope calls. I had to rewrite some scopes to be "plain Rails 3.2" without MetaSearch convenience even though MetaSearch works outside of scope. And it broke several of my apps & tools when I upgraded. Ideas? I am using MetaSearch everywhere. Even wrote a custom predicate. Still could be missing something obvious I hope. On Rails 3.2, working inside an engine for code separation. Didn't seem to matter when I tried