binarylogic / searchlogic

Searchlogic provides object based searching, common named scopes, and other useful tools.
http://rdoc.info/projects/binarylogic/searchlogic
MIT License
1.4k stars 133 forks source link

Rails3: undefined method `merge_joins' for class `Class' (NameError) #138

Closed stuffmc closed 13 years ago

stuffmc commented 13 years ago

/.rvm/gems/ruby-1.8.7-p302@rails3/gems/activesupport-3.0.3/lib/active_support/core_ext/module/aliasing.rb:31:in alias_method': undefined methodmerge_joins' for class `Class' (NameError)

fro commented 13 years ago

Same problem here...

danielavdh commented 13 years ago

me too - solution?

fro commented 13 years ago

Yup, use meta_search instead ;-)

danielavdh commented 13 years ago

precisely what i have done :) thanks

erskingardner commented 13 years ago

I'm still seeing this problem with rails 3.1.beta1

ghost commented 13 years ago

Searchlogic is not rails 3 compatible yet. The internals of AR have changed considerably. The next version of SL will cover this.

alirho commented 11 years ago

same problem with rails 4.