-
Notifications
You must be signed in to change notification settings - Fork 26
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 #24
base: master
Are you sure you want to change the base?
Rails 6 #24
Conversation
@reidmorrison this is awesome. Could you rebase so that I can better understand the diff after merging your other PR to bring us to version 3? |
@reidmorrison Hi! Any plans for merging this PR? |
Yes, that would be great, we have been running my fork for several months in production now. We first started on Rails 6.0 and are now running Rails 6.1. |
would you also include .rubocop.yml file with? I’m wondering what are cops were used. |
Lol, good point, I have a |
@goodgravy I see you gave me merge privileges to this repo, do you want me to do a squash merge of the above commits? This gem can be significantly simplified if we create a new major version that only supports Rails 6 and above, since it can use the Rails built-in multi-database support. I can work on that approach if there is interest? |
@reidmorrison I would love to use it with multiple replicas 😀 |
@reidmorrison, have you updated to rails 7? If so, are you still using this gem? |
Hello, guys. My team is migrating from Rails 6 to Rails 7 and we are interesting in any solution. |
Description of changes
Support Rails 6
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.