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

Support Rails 6 #368

Merged
merged 12 commits into from
Jul 20, 2019
Merged

Support Rails 6 #368

merged 12 commits into from
Jul 20, 2019

Conversation

andrykonchin
Copy link
Member

@andrykonchin andrykonchin commented Jul 20, 2019

Changes:

  • Support Rails 6.0.0.rc1
  • Repair previous_changes
  • Add missing specs on Dirty module

There were conflicts with monkey-patches in Dirty module and new changes in Rails 6 Dirty module. It was decided to copy-paste Dirty module from Rails 4.2 and add some new methods from Rails 5.2.

So only implementation was changed, not interface. The only change - now Dirty interface doesn't depend on Rails version and is the same (like in Rails 5.2) on Rails 4.0 and Rails 6.0.

Related issue #366

@andrykonchin andrykonchin force-pushed the support-rails-6 branch 2 times, most recently from 723ba6f to fdfeab7 Compare July 20, 2019 20:20
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

1 participant