RubyGems.org

Changes ActiveRecord's update_attribute (singular) method to behave more intuitively and consistently like update_attributes (plural). ActiveRecord's built-in update_attribute (singular) will not check validations on the object before saving, unlike update_attributes (plural), which will.

installgem install update_attribute_with_validations
Authors

Jonathan Garvin

1,431 total downloads 734 for this version
Owners

B4380eba4b455b13c4aea86ebe875fce

Gemfile
gem "update_attribute_with_validations", "~> 0.1.2"
Versions
  1. 0.1.2 November 21, 2010
  2. 0.1.1 November 21, 2010
Runtime Dependencies
  1. activerecord >= 3.0.1