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

Heroku unable to load rails helper #106

Open goodwill opened 14 years ago

goodwill commented 14 years ago

I got into something like named route missing for searchlogic_path, which turns out the rails_helper is not able to load properly for some reason in the thin environment. I have forked the project and changed the way how the rails_helper hook on it, also now that use alias_method_chain instead of trying with super as it seems like FormHelper overriding doesn't look exactly like an inheritance approach.

The fork is here:

http://github.com/goodwill/searchlogic

I have actually sent a pull request before.