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

Replaces update_attribute with update_column #1998

Merged
merged 1 commit into from Jul 27, 2012

Conversation

fabiokr
Copy link
Contributor

@fabiokr fabiokr commented Jul 27, 2012

Rails 3.2.7 deprecates update_attribute in favor of update_column. Updated projects using Devise output lots of warnings because Devise uses the deprecated version in some places. This commit replaces update_attribute with update_column to fix that.

…dated projects using Devise output lots of warnings because Devise uses the deprecated version in some places. This commit replaces update_attribute with update_column to fix that.
rafaelfranca added a commit that referenced this pull request Jul 27, 2012
Replaces update_attribute with update_column
@rafaelfranca rafaelfranca merged commit 6ae64b1 into heartcombo:master Jul 27, 2012
@josevalim
Copy link
Contributor

This is tricky, because it will break compatibility with other ORMs. But we will see.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants