-
Notifications
You must be signed in to change notification settings - Fork 92
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 for Rails 6.1.0 #75
Comments
Hey Christopher #70 has been working fine with my personal Rails app since 6.1 (now 6.2 alpha)! I am happy to follow up with any compatible change if I miss anything. |
@JuanitoFatas |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi Akira. Thank you for creating this gem.
database_rewinder currently doesn't work on rails 6.1.0 because ActiveRecord::Base.configurations returns a hash with symbols as keys. There are 2 PRs that solve this problem and #70 also removes the rails 6.2 deprecation warnings.
@JuanitoFatas Does your PR need more changes?
The text was updated successfully, but these errors were encountered: