Merge from vendor branch TNF:
authortaca <taca>
Sun, 18 Mar 2012 06:46:44 +0000 (06:46 +0000)
committertaca <taca>
Sun, 18 Mar 2012 06:46:44 +0000 (06:46 +0000)
commitd95becd67b1c439b548712d17b8964032ae27564
tree73bf368875fa198ad7c5f782206375d5b1c5fcd1
parente53353e99a2cac645bed9b1315740251e1bd46fb
parent215be2b6dd580f0c57eb2e655f97e747c0546d6b
Merge from vendor branch TNF:
Importing ruby-activemodel32 version 3.2.2.

## Rails 3.2.1 (January 26, 2012) ##

*   No changes.

## Rails 3.2.0 (January 20, 2012) ##

*   Deprecated `define_attr_method` in `ActiveModel::AttributeMethods`, because this only existed to
    support methods like `set_table_name` in Active Record, which are themselves being deprecated. *Jon Leighton*

*   Add ActiveModel::Errors#added? to check if a specific error has been added *Martin Svalin*

*   Add ability to define strict validation(with :strict => true option) that always raises exception when fails *Bogdan Gusiev*

*   Deprecate "Model.model_name.partial_path" in favor of "model.to_partial_path" *Grant Hutchins, Peter Jaros*

*   Provide mass_assignment_sanitizer as an easy API to replace the sanitizer behavior. Also support both :logger (default) and :strict sanitizer behavior *Bogdan Gusiev*