binarylogic / searchlogic

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

Using searchlogic with Rails 2 #114

Open ltw opened 14 years ago

ltw commented 14 years ago

When using searchlogic with Rails 2, it tries to load activerecord 3.0.0 dependencies due to the >= version specification in the gemspec.

niclas commented 14 years ago

http://yehudakatz.com/2010/08/21/using-considered-harmful-or-whats-wrong-with/