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

on rails edge method not found #111

Closed masterkain closed 4 years ago

masterkain commented 14 years ago

I'm using Rails 2.3 (latest git), after an upgrade today searchlogic broke.

It should be noted that I'm using searchlogic 2.4.12 because of issue #99 Also this pastie contains comments on another issue with searchlogic. Searching for '..' will result in an exception.

NoMethodError: undefined method `title_like_before_type_cast' for #Class:0x92048e8 Full details and trace: http://pastie.org/1098763

masterkain commented 14 years ago

related: http://github.com/rails/rails/commit/fb0bd8c1092db51888ec4bb72af6c595e13c31fa

icoretech commented 14 years ago

This problem is still present with the latest searchlogic gem. Any word about this?