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

fix ActiveRecord deprecation warning #545

Merged
merged 1 commit into from Feb 27, 2021
Merged

fix ActiveRecord deprecation warning #545

merged 1 commit into from Feb 27, 2021

Conversation

mockdeep
Copy link
Collaborator

ActiveRecord no longer wants us to pass SQL fragments to order. This
instead makes use of the underlying framework Arel to generate the
query.

ActiveRecord no longer wants us to pass SQL fragments to `order`. This
instead makes use of the underlying framework Arel to generate the
query.
@mockdeep mockdeep merged commit 647e80e into master Feb 27, 2021
@mockdeep mockdeep deleted the rf-query_fix branch February 27, 2021 19:38
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.

None yet

1 participant