Commit graph

18 commits

Author SHA1 Message Date
taca
7baf321224 Update ruby-activemodel32 to 3.2.19.
## Rails 3.2.19 (Jul 2, 2014) ##

* No changes.
2014-07-06 07:38:50 +00:00
taca
846dd116e4 Update devel/ruby-activemodel32 to 3.2.18.
No change except version number.
2014-05-11 10:02:01 +00:00
taca
ec2f3232ae Update ruby-activemodel32 to 3.2.17.
Update of version number only.
2014-03-02 15:00:59 +00:00
taca
af218b041e Update ruby-activemodel32 to 3.2.16.
Only version number has updated.
2013-12-04 15:43:29 +00:00
taca
12bceffd4b Update ruby-activemodel32 to
## Rails 3.2.15 (Oct 16, 2013) ##

*   No changes.
2013-10-18 15:26:02 +00:00
taca
8e2f3f882c Updaet ruby-activemodel32 to 3.2.14.
No change except version.
2013-09-11 13:29:10 +00:00
taca
101caac9d4 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
790464169b Update ruby-activemodel32 to 3.2.12.
Change of version only.
2013-02-12 14:29:47 +00:00
taca
7c5795964c Update ruby-activemodel32 to 3.2.11.
Only version has updated.
2013-01-09 12:41:45 +00:00
taca
e6da588960 Update ruby-activemodel32 to 3.2.10.
Only version has updated.
2013-01-05 14:19:25 +00:00
taca
9a879c8a9f 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
53923cd652 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
bdacf372b6 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
26d173b35a Set RUBY_RAILS_STRICT_DEP to yes. 2012-06-14 15:12:15 +00:00
taca
2692642a66 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
98924023b6 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
b810a1e4e2 Update devel/ruby-activemodel32 to 3.2.3.
No change but version.
2012-04-29 12:57:08 +00:00
taca
5995eb8cf0 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