-
Notifications
You must be signed in to change notification settings - Fork 109
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
conflicts with will_paginate #22
Comments
Filled an issue here too: mislav/will_paginate#190 |
Seems like ActionPack chokes in I think ruby-units is too liberal in extending the String class. |
Yeah, I've been regretting that for a while now. |
@olbrich Any plans on improving this? Otherwise it's barely usable with rails... :-( |
I don't know the cause of exact error but I gave a pretty good hint above. If you're using this lib, you might want to debug to find out the exact cause of the error and monkeypatch it. It shouldn't be too hard |
Yeah, I'm looking into fixing it this weekend. |
This should be mitigated with the new 1.3.2.a pre-release gem. I've removed a lot of the helpers and pushed them into a file that is not automatically required. I'll probably remove them completely in a future release. Let me know if it works better as I have not had a chance to use the new pre-release gem with an actual rails application yet. I'll release it for real after I'm sure that it will work. |
fixed #22 in 1.3.2 |
Using latest ruby-units and will_paginate (with rails) an exception is always thrown when trying to render the pagination.
Backtrace
The text was updated successfully, but these errors were encountered: