-
Notifications
You must be signed in to change notification settings - Fork 188
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
Deprecation warning with Rails 7.1 #425
Comments
Closing, noticed the relevant PR. |
Reopening because the PR has not been merged. |
Rails 7.2.0 was released on August 9, 2024, which dropped |
Oh dear. I'll try to look into this tonight. In the meantime, if anyone could test out #423, I'd appreciate it |
Hi, @ZimbiX! There's a small way I can test out #423. I came across this issue due to test failures in When I run the tests for this gem with activerecord 7.2 and the branch for #423, the tests pass. Without it, they fail with the following message:
|
If it helps, I've tested #423 with some of our services and it fixes the deprecation warnings without causing any issues that I've been able to see. Is there anything else any of us can do to help get it merged? It is blocking us from upgrading to Rails 7.2 |
Hello, thank you for the library!
With rails 7.1 I get the following deprecation warning:
The stack trace is the following:
I noticed there are 2 occasions of
clear_active_connections!
called in que without an argument, so I guess both should be handled.The text was updated successfully, but these errors were encountered: