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

Remove deprecation warnings for rails 6 #100

Merged
merged 1 commit into from
May 3, 2020

Conversation

LTe
Copy link
Owner

@LTe LTe commented May 3, 2020

In rails 6 there is deprecation warning for update_attributes! method.
It will be replaced with update! method. In order to remove
deprecation I have wrapped method call inside rails_api facade.

Closes #98

@LTe LTe force-pushed the deprecation-warning-remove-for-rails-6 branch from ca9a1f6 to 4cfa729 Compare May 3, 2020 12:17
@coveralls
Copy link

coveralls commented May 3, 2020

Coverage Status

Coverage decreased (-0.3%) to 93.313% when pulling dbf7660 on deprecation-warning-remove-for-rails-6 into 90b50c1 on master.

In rails 6 there is deprecation warning for `update_attributes!` method.
It will be replaced with `update!` method. In order to remove
deprecation I have wrapped method call inside `rails_api` facade.
@LTe LTe force-pushed the deprecation-warning-remove-for-rails-6 branch from 4cfa729 to dbf7660 Compare May 3, 2020 12:25
@LTe LTe merged commit 6e7acd0 into master May 3, 2020
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.

Remove deprecation warnings for Rails 6
2 participants