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

Rails 6 Support #21

Open
stex opened this issue Sep 26, 2019 · 0 comments
Open

Rails 6 Support #21

stex opened this issue Sep 26, 2019 · 0 comments

Comments

@stex
Copy link
Owner

stex commented Sep 26, 2019

This ticket is currently WIP regarding the necessary changes.

Discovered:

changed_attributes changes its behaviour

DEPRECATION WARNING: The behavior of changed_attributes inside of after callbacks will be changing in the next version of Rails. The new return value will reflect the behavior of calling the method after save returned (e.g. the opposite of what it returns now). To maintain the current behavior, use saved_changes.transform_values(&:first) instead. (called from changed_attributes at /Users/stex/workspace/gems/setting_accessors/lib/setting_accessors/integration.rb:73)

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

No branches or pull requests

1 participant