Skip to content

Ignore ActiveModel::RangeError in Ransack conditions#1340

Merged
scarroll32 merged 1 commit intoactiverecord-hackery:mainfrom
JunichiIto:handle-large-number
Jun 11, 2022
Merged

Ignore ActiveModel::RangeError in Ransack conditions#1340
scarroll32 merged 1 commit intoactiverecord-hackery:mainfrom
JunichiIto:handle-large-number

Conversation

@JunichiIto
Copy link
Contributor

Fixes #1337

@JunichiIto JunichiIto force-pushed the handle-large-number branch from b24fb75 to 7af4137 Compare June 10, 2022 23:21
@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