-
Notifications
You must be signed in to change notification settings - Fork 179
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
The order
method breaks finders
#193
Comments
Closed
Thank you for raising this issue. It is fixed by #268 |
beeLorna
added a commit
to beeLorna/plant-helper
that referenced
this issue
Apr 24, 2023
active_hash had an issue raised which seems to relate to the bug in production where .order method breaks finder, returning the wrong record for the given parameters active-hash/active_hash#193
beeLorna
added a commit
to beeLorna/plant-helper
that referenced
this issue
May 14, 2023
active_hash had an issue raised which seems to relate to the bug in production where .order method breaks finder, returning the wrong record for the given parameters active-hash/active_hash#193
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi @zilkey
After updating to v3.1 to use the new
order
method, I've experienced problems with finders.I think there is a mutation of original records causing the breaking of
record_index
.The text was updated successfully, but these errors were encountered: