This project is archived and is in readonly mode.

#1357 ✓resolved
Niels Meersschaert

update_attribute_with_validation_skipping removed from 2.2 RC

Reported by Niels Meersschaert | November 11th, 2008 @ 10:20 PM

There was a method in ActiveRecord called update_attribute_with_validation_skipping. It was defined in activerecord/lib/active_record/validations.rb. The documentation is at http://api.rubyonrails.org/class...

Under 2.2.0 RC, any ActiveRecord descendent that tries to use that gets a NoMethodError: undefined method update_attribute_with_validation_skipping' exception.

Comments and changes to this ticket

Create your profile

Help contribute to this project by taking a few moments to create your personal profile. Create your profile »

<h2 style="font-size: 14px">Tickets have moved to Github</h2>

The new ticket tracker is available at <a href="https://github.com/rails/rails/issues">https://github.com/rails/rails/issues</a>

Referenced by

Pages