-
-
Notifications
You must be signed in to change notification settings - Fork 807
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 #1027
Support for Rails 6 #1027
Conversation
Sorry read the part about latest stable |
To help anyone else that wants to try this branch you need
We are using the above in production successfully. |
6e88123
to
9f1ba1b
Compare
9f1ba1b
to
057c99e
Compare
@seanfcarroll Ι rebased my branch with latest master and also did a fix for sqlite3 due to different dependencies in Rails 6 (sqlite 1.4 is needed, instead of 1.3) for CI to pass. |
Thanks a lot @vrodokanakis ! |
Closes #1021
Rails 6 is still under development and breaking changes are happening even in RC versions. Just a month a go this pull request rails/rails#36120 was merged after
6.0.0.rc1
was released.This branch is compatible with latest
6-0-stable
branch , which means it will probably be compatible with Rails6.0.0.rc2
when its released if no future changes are made.CI will pass if #1024 is merged.