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

Rails 6.2.0.rc2 compatibility #824

Merged
merged 3 commits into from Jul 26, 2019
Merged

Rails 6.2.0.rc2 compatibility #824

merged 3 commits into from Jul 26, 2019

Conversation

glebm
Copy link
Collaborator

@glebm glebm commented Jul 25, 2019

Rails 6.2.0.rc2 changed join order when combining Arel and Rails joins.
Worked around by using only Arel joins in the affected query.
See rails/rails#36761

Fixes #822

@glebm glebm force-pushed the rc2 branch 3 times, most recently from b5e8a26 to 3e58227 Compare July 25, 2019 20:02
@glebm glebm added this to the v0.16.12 milestone Jul 25, 2019
@glebm glebm force-pushed the rc2 branch 2 times, most recently from b3f8f75 to 05660fc Compare July 25, 2019 20:27
Rails 6.2.0.rc2 changed join order when combining Arel and Rails joins.
Worked around by using only Arel joins in the affected query.
See rails/rails#36761

Fixes #822
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.

ActiveRecord::StatementInvalid in Thredded::MessageboardsController#index
1 participant