Commit graph

11 commits

Author SHA1 Message Date
taca
3749068528 Update ruby-activemodel32 to 3.2.13.
## Rails 3.2.13 (Feb 17, 2013) ##

*   Specify type of singular association during serialization *Steve Klabnik*
2013-03-19 16:09:57 +00:00
taca
efd4ba1c32 Update ruby-activemodel32 to 3.2.12.
Change of version only.
2013-02-12 14:29:47 +00:00
taca
49e8ac2645 Update ruby-activemodel32 to 3.2.11.
Only version has updated.
2013-01-09 12:41:45 +00:00
taca
87c460e153 Update ruby-activemodel32 to 3.2.10.
Only version has updated.
2013-01-05 14:19:25 +00:00
taca
987787fc82 Update ruby-activemodel32 to 3.9.2.
## 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*
2012-12-16 14:08:52 +00:00
taca
e8131a4400 Update ruby-activemodel32 to 3.2.8.
## Rails 3.2.8 (Aug 9, 2012) ##

*   No changes.
2012-08-12 12:38:41 +00:00
taca
acfa0dff3b Update ruby-activemodel32 to 3.2.7.
## Rails 3.2.7 (unreleased)

* `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.
2012-07-31 12:52:25 +00:00
taca
2138386bf9 Update ruby-activemodel32 to 3.2.6.
## Rails 3.2.6 (Jun 12, 2012)

*   No changes.
2012-06-13 15:14:06 +00:00
taca
cdcb6019fb Update ruby-activemodel32 to 3.2.5.
## Rails 3.2.4 (May 31, 2012) ##

*   No changes.
2012-06-02 01:39:48 +00:00
taca
f88299e615 Update devel/ruby-activemodel32 to 3.2.3.
No change but version.
2012-04-29 12:57:08 +00:00
taca
c44145abbc 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*
2012-03-18 06:46:44 +00:00