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

Support active record 7.2.0 #707

Merged
merged 1 commit into from
Jul 12, 2024

Conversation

hatsu38
Copy link
Contributor

@hatsu38 hatsu38 commented May 30, 2024

Rails 7.2 is expected to be released soon, so I made this PR to support ActiveRecord 7.2.0.
https://rubygems.org/gems/rails/versions/7.2.0.beta1

Changes:

  • Updated dependencies to work with ActiveRecord 7.2.0
  • Made necessary code adjustments (The arguments of the find_by_sql method have changed.)

@fatkodima
Copy link

Thank you for working on this! ❤️ Do you plan to finish this PR soon?

@hatsu38 hatsu38 marked this pull request as ready for review June 21, 2024 09:59
@hatsu38
Copy link
Contributor Author

hatsu38 commented Jun 21, 2024

Finished the draft for the pull request and made it public. However, I still don't understand why the CI is failing...

@vbiletskii
Copy link

Finished the draft for the pull request and made it public. However, I still don't understand why the CI is failing...

@hatsu38 great work on this PR! I think the CI issue might be fixed by pinning sqlite3 to version 1.4 in the Gemfile.rails-7.0. Just a suggestion to help get this PR live

@hatsu38 hatsu38 force-pushed the support-ActiveRecord-7.2.0 branch from 26c6382 to b1e7687 Compare July 11, 2024 10:14
@hatsu38
Copy link
Contributor Author

hatsu38 commented Jul 11, 2024

@vbiletskii @fatkodima Thanks! I fixed it.⚒️

@fatkodima
Copy link

I think it is also a good idea to squash commits into one.
Hopefully this will be merged and released soon.

@hatsu38 hatsu38 force-pushed the support-ActiveRecord-7.2.0 branch from b1e7687 to 1390d5b Compare July 11, 2024 11:50
@flyerhzm flyerhzm merged commit 278d78b into flyerhzm:main Jul 12, 2024
11 checks passed
@flyerhzm
Copy link
Owner

@hatsu38 thank you so much for supporting active record 7.2.0

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.

4 participants