-
Notifications
You must be signed in to change notification settings - Fork 25
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
ActiveRecord::Base.configurations error after rails 7 upgrade #39
Comments
Pull request welcomed! |
ok it looks like i didnt check compatibility with older versions, so i have to check that |
Oops, I just merged so I'll be waiting for another PR, thanks a bunch @xspaniki ! |
@kenn Im not sure why ruby 2.2 checks didnt pass but it looks like there some issue independent on my MR https://github.com/kenn/standby/actions/runs/4552218725 MR: #41 |
Anyone facing error connecting with obdc adapter ? |
Hello,
after I upgraded rails 7 this gem has problem with access to ActiveRecord::Base.configurations as to Hash object.
https://www.fastruby.io/blog/rails/upgrades/upgrade-rails-6-1-to-7-0.html
Problem is in lib/standby/connection_holder.rb in activate function. In PR is one pending to fix this (#38). Please can you update gem to work with rails 7? For now i forked repository but i would like to use gem directly.
Thanks !
The text was updated successfully, but these errors were encountered: