Skip to content
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

Routes error causes will_paginate to crash #617

Closed
DaniyalBasit opened this issue Nov 6, 2020 · 4 comments
Closed

Routes error causes will_paginate to crash #617

DaniyalBasit opened this issue Nov 6, 2020 · 4 comments

Comments

@DaniyalBasit
Copy link

We are getting the following error message

arguments passed to url_for can't be handled. Please require routes or provide your own implementation

from

<%= will_paginate @meetings %>

Our code was working fine and we have been using it in Production for more than a year. This is now happening across all the applications.

Note: I have disabled the eager_loading from the configs

@emorris
Copy link

emorris commented Apr 13, 2021

same issue.. and for some reason after 3 years all this start to blow up. I guess no one is supporting this gem anymore

@DaniyalBasit
Copy link
Author

Make sure that Rails execution stack is not breaking...

In our case we were calling an ApplicationHelper before the ApplicationControllers

@mislav
Copy link
Owner

mislav commented May 5, 2021

@DaniyalBasit Is this still an issue for you?

@DaniyalBasit
Copy link
Author

@mislav not anymore

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants