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

Test against ActiveRecord 5.2.0.beta.x #112

Merged
merged 2 commits into from
Nov 28, 2017
Merged

Conversation

shioyama
Copy link
Owner

There are a bunch of changes coming up relating to how attributes are treated in ActiveModel and ActiveRecord. I just ran the test suite against the beta version of AR 5.2 and there are 26 failures, mostly relating to AR::Dirty.

In parallel I'm working on supporting some of the new AR::Dirty methods like saved_changes in #111, in response to #106, but I'm wondering if these changes will just make the transition to 5.2.0 harder. For now I'll continue on #111 but here I'm adding the latest AR versions to the build with allow_failures, so we can see what we will need to do to make this all work.

@shioyama shioyama force-pushed the test_against_ar_5_2 branch from d62a791 to 8ebac53 Compare November 28, 2017 02:53
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.

1 participant