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

Allow string arrays to be received for custom ransacker. #488

Merged
merged 2 commits into from
Jan 5, 2015

Conversation

ideanl
Copy link
Contributor

@ideanl ideanl commented Jan 5, 2015

This is a fix for the last example in #472 in which filtering on a string field does not work in Arel >= 6. The test written passes with Arel 5 without the fix, and the fix allows the test to pass in Arel 6.

jonatack added a commit that referenced this pull request Jan 5, 2015
Allow string arrays to be received for custom ransacker.
@jonatack jonatack merged commit 3e11e2b into activerecord-hackery:master Jan 5, 2015
@jonatack
Copy link
Contributor

jonatack commented Jan 5, 2015

Great! Thank you.

Closes #472.

jonatack pushed a commit that referenced this pull request Jan 5, 2015
and tighten up the fix description for PRs #486 and #488.

[skip ci]
jonatack added a commit that referenced this pull request Jan 14, 2015
This is a patch to address a regression in v1.6.0
caused by a missing test on a fix, and probably
needs a deeper look.

TODO: Put the test in a more logical place.
This pull request was closed.
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.

2 participants