Sha256: be205b1ade3033e4bbc058f35302667fd3e300ed0cf864c4a44bb6a32b774e54

Contents?: true

Size: 1.66 KB

Versions: 17

Compression:

Stored size: 1.66 KB

Contents

## Rails 3.2.9 (unreleased)

*   Due to a change in builder, nil values and empty strings now generates
    closed tags, so instead of this:

        <pseudonyms nil=\"true\"></pseudonyms>

    It generates this:

        <pseudonyms nil=\"true\"/>

    *Carlos Antonio da Silva*

## Rails 3.2.8 (Aug 9, 2012) ##

*   No changes.

## Rails 3.2.7 (Jul 26, 2012) ##

* `validates_inclusion_of` and `validates_exclusion_of` now accept `:within` option as alias of `:in` as documented.

* Fix the the backport of the object dup with the ruby 1.9.3p194.

## Rails 3.2.6 (Jun 12, 2012) ##

*   No changes.

## Rails 3.2.4 (May 31, 2012) ##

*   No changes.

## Rails 3.2.3 (March 30, 2012) ##

*   No changes.


## Rails 3.2.2 (March 1, 2012) ##

*   No changes.


## 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*

Please check [3-1-stable](https://github.com/rails/rails/blob/3-1-stable/activemodel/CHANGELOG.md) for previous changes.

Version data entries

17 entries across 9 versions & 4 rubygems

Version Path
challah-0.9.0 vendor/bundle/gems/activemodel-3.2.9/CHANGELOG.md
jquery_regex-0.0.3 vendor/bundle/gems/jquery_regex-0.0.3/vendor/bundle/gems/jquery_regex-0.0.2/vendor/bundle/gems/jquery_regex-0.0.1/vendor/bundle/gems/activemodel-3.2.9/CHANGELOG.md
jquery_regex-0.0.3 vendor/bundle/gems/jquery_regex-0.0.3/vendor/bundle/gems/jquery_regex-0.0.2/vendor/bundle/gems/activemodel-3.2.9/CHANGELOG.md
jquery_regex-0.0.3 vendor/bundle/gems/jquery_regex-0.0.3/vendor/bundle/gems/jquery_regex-0.0.1/vendor/bundle/gems/activemodel-3.2.9/CHANGELOG.md
jquery_regex-0.0.3 vendor/bundle/gems/jquery_regex-0.0.3/vendor/bundle/gems/activemodel-3.2.9/CHANGELOG.md
jquery_regex-0.0.3 vendor/bundle/gems/jquery_regex-0.0.2/vendor/bundle/gems/jquery_regex-0.0.1/vendor/bundle/gems/activemodel-3.2.9/CHANGELOG.md
jquery_regex-0.0.3 vendor/bundle/gems/jquery_regex-0.0.2/vendor/bundle/gems/activemodel-3.2.9/CHANGELOG.md
jquery_regex-0.0.3 vendor/bundle/gems/activemodel-3.2.9/CHANGELOG.md
jquery_regex-0.0.3 vendor/bundle/gems/jquery_regex-0.0.1/vendor/bundle/gems/activemodel-3.2.9/CHANGELOG.md
jquery_regex-0.0.1 vendor/bundle/gems/activemodel-3.2.9/CHANGELOG.md
challah-rolls-0.2.0 vendor/bundle/gems/activemodel-3.2.9/CHANGELOG.md
challah-rolls-0.2.0 vendor/bundle/gems/challah-0.8.3/vendor/bundle/gems/activemodel-3.2.9/CHANGELOG.md
challah-0.8.3 vendor/bundle/gems/activemodel-3.2.9/CHANGELOG.md
activemodel-3.2.9 CHANGELOG.md
activemodel-3.2.9.rc3 CHANGELOG.md
activemodel-3.2.9.rc2 CHANGELOG.md
activemodel-3.2.9.rc1 CHANGELOG.md