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

Ignore ActiveModel::RangeError in Ransack conditions #1340

Merged

Conversation

JunichiIto
Copy link
Contributor

Fixes #1337

@scarroll32
Copy link
Member

Great, thank you for this @JunichiIto 🚀

@scarroll32 scarroll32 merged commit 8946268 into activerecord-hackery:main Jun 11, 2022
JunichiIto added a commit to JunichiIto/ransack that referenced this pull request Jun 13, 2022
@JunichiIto
Copy link
Contributor Author

@scarroll32 Thank you for your merge. I also created a PR to update CHANGELOG: #1352

scarroll32 pushed a commit that referenced this pull request Jun 13, 2022
@deivid-rodriguez deivid-rodriguez changed the title Ignore ActiveModel::RangeError in Ransack conditions Ignore ActiveModel::RangeError in Ransack conditions Feb 7, 2023
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

Successfully merging this pull request may close these issues.

User.ransack(age_eq: 123456789012345678901).result raises ActiveModel::RangeError
2 participants