Skip to content
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 6 support #470

Merged
merged 8 commits into from
Apr 22, 2019

Conversation

jarednorman
Copy link
Contributor

This PR includes @iggant's changes from #456, but also fixes the CI issues.

Closes #469
Closes #468
Closes #463
Closes #461
Closes #456

iggant and others added 8 commits April 22, 2019 04:14
We are trying to test our application on rails 6.0.0.alpha but we can't install this because of the version lock
Probably this will be helpful that we can try and report any issues with edge rails
Older versions of activerecord require sqlite ~> 1.3.6, but not in the
gemfile, the constraint is enforced when you load the adapter.

This allows us toe specify in the environment the version of the gem
we'd like to run against.
These versions of rails enforce this version constraint when loading the
sqlite adapter so we need to make sure that we always use a compatible
version.
The versions we were running against were bumped, so we needed to update
which versions were being excluded as they were stale.

Rails master (soon to be 6.0.0) doesn't support versions before Ruby
2.5.
@jhawthorn jhawthorn merged commit 91355e8 into rubysherpas:core Apr 22, 2019
@jarednorman jarednorman deleted the activerecord-6-support branch April 22, 2019 05:36
@zjwhitehead
Copy link

@jhawthorn with Rails 6rc out any plans in cutting this into a new gem release?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants