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

Get rid of Rails 5.2 deprecations #1360

Merged
merged 5 commits into from
Feb 26, 2018

Conversation

tvdeyen
Copy link
Member

@tvdeyen tvdeyen commented Feb 23, 2018

First step in Rails 5.2 support

All our models inherit from this new base record class. Will help us to introduce shared methods later.
We need to check if we running Rails 5.1 for some models in the future.
Rails 5.1 introduced new methods for attribute changes in after callbacks
Rails 5.1 started to deprecate strings as conditionals in AR callbacks and validations.
@tvdeyen tvdeyen force-pushed the rails-5-2-deprecations branch from 56f90f4 to 16348bc Compare February 23, 2018 22:35
@tvdeyen tvdeyen merged commit 7c8a5b2 into AlchemyCMS:master Feb 26, 2018
@tvdeyen tvdeyen deleted the rails-5-2-deprecations branch February 26, 2018 11:24
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