aboutsummaryrefslogtreecommitdiffstats
path: root/activemodel/lib
Commit message (Collapse)AuthorAgeFilesLines
* bumping versionAaron Patterson2016-09-141-1/+1
|
* bumping versionAaron Patterson2016-08-111-1/+1
|
* bumping versionAaron Patterson2016-08-101-1/+1
|
* Preparing for 3.2.22.2 releaseRafael Mendonça França2016-02-291-1/+1
|
* bumping versionAaron Patterson2016-01-251-1/+1
|
* Preparing for 3.2.22 releaseRafael Mendonça França2015-06-161-1/+1
|
* bumping version for relesaseAaron Patterson2014-11-161-1/+1
|
* bumping version to 3.2.20Aaron Patterson2014-10-291-1/+1
|
* Preparing for 3.2.19 releaseRafael Mendonça França2014-07-021-1/+1
|
* Preparing for 3.2.18 releaseRafael Mendonça França2014-05-061-1/+1
|
* Preparing for 3.2.17 releaseRafael Mendonça França2014-02-181-1/+1
|
* updating the changelogAaron Patterson2013-12-021-1/+1
|
* bumping to 3.2.15Aaron Patterson2013-10-151-1/+1
|
* bumping to rc3Aaron Patterson2013-10-111-1/+1
|
* bumping to rc2Aaron Patterson2013-10-041-1/+1
|
* bumping version to 3.2.15.rc1Aaron Patterson2013-10-031-2/+2
|
* Preparing for 3.2.14 releaseRafael Mendonça França2013-07-221-1/+1
|
* Preparing for 3.2.14.rc2 releaseRafael Mendonça França2013-07-161-1/+1
|
* Preparing for 3.2.14.rc1 releaseRafael Mendonça França2013-07-121-2/+2
|
* bumping to 3.2.13Aaron Patterson2013-03-181-1/+1
|
* bumping to rc2Aaron Patterson2013-03-061-1/+1
|
* Preparing for 3.2.13.rc1 releaseSteve Klabnik2013-02-271-2/+2
|
* Merge branch '3-2-sec' into 3-2-stableAaron Patterson2013-02-113-3/+3
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 3-2-sec: bumping version remove ruby-prof Fix issue with attr_protected where malformed input could circumvent protection fixing call to columns hash. run the damn tests when you backport! Bump rack dependency to 1.4.5 Merge pull request #9224 from dylanahsmith/bigdecimal-takes-string Merge pull request #9208 from dylanahsmith/3-2-mysql-quote-numeric Conflicts: Gemfile activerecord/CHANGELOG.md
| * bumping versionAaron Patterson2013-02-101-1/+1
| |
| * Fix issue with attr_protected where malformed input could circumventjoernchen of Phenoelit2013-02-092-2/+2
| | | | | | | | | | | | protection Fixes: CVE-2013-0276
* | Merge branch '3-2-sec' into 3-2-secmergeAaron Patterson2013-01-081-1/+1
|\| | | | | | | | | | | | | | | | | | | | | | | | | * 3-2-sec: bumping version CVE-2013-0156: Safe XML params parsing. Doesn't allow symbols or yaml. * Strip nils from collections on JSON and XML posts. [CVE-2013-0155] * dealing with empty hashes. Thanks Damien Mathieu Avoid Rack security warning no secret provided Conflicts: actionpack/CHANGELOG.md activerecord/CHANGELOG.md activesupport/CHANGELOG.md
| * bumping versionAaron Patterson2013-01-081-1/+1
| |
* | Merge tag 'v3.2.10' into 3-2-stableMiguel2013-01-031-1/+1
|\| | | | | | | Latest released tag was not fully merged into the stable branch (missed version bumping)
| * bumping version to 3.2.10Aaron Patterson2012-12-231-1/+1
| |
* | handled respond_to? with private methodsSHIBATA Hiroshi2012-12-032-2/+2
| |
* | Merge pull request #8352 from steveklabnik/update_7858Rafael Mendonça França2012-11-291-1/+6
|/ | | | | | | Specify type of singular assication during serialization Conflicts: activemodel/CHANGELOG.md activemodel/test/cases/serializers/xml_serialization_test.rb
* Bump to 3.2.9Santiago Pastorino2012-11-121-1/+1
|
* Bump up to 3.2.9.rc3Santiago Pastorino2012-11-091-1/+1
|
* Bump to 3.2.9.rc2Santiago Pastorino2012-11-011-1/+1
|
* Bump to 3.2.9.rc1Santiago Pastorino2012-10-291-2/+2
|
* Merge pull request #8038 from frodsan/fix_am_serializers_xml_dependencyJeremy Kemper2012-10-272-2/+6
| | | | Fix AM::Serializers::Xml dependency
* active_model/validations requires necessary files to runYves Senn2012-10-181-0/+1
|
* Bump to 3.2.8Santiago Pastorino2012-08-091-1/+1
|
* Bump to 3.2.8.rc2Santiago Pastorino2012-08-031-1/+1
|
* Bump to 3.2.8.rc1Santiago Pastorino2012-08-011-2/+2
|
* bumping to 3.2.7Aaron Patterson2012-07-261-1/+1
|
* updating the versionAaron Patterson2012-07-231-2/+2
|
* `validates_inclusion_of` and `validates_exclusion_of` now acceptRafael Mendonça França2012-07-202-10/+18
| | | | | | `:within` option as alias of `:in` as documented. Fix #7118
* Merge branch '3-2-stable-rel' into 3-2-stableAaron Patterson2012-06-121-1/+1
|\ | | | | | | | | | | | | | | | | | | * 3-2-stable-rel: updating changelogs bumping version numbers updating changelogs with security fixes updating changelogs Array parameters should not contain nil values. Additional fix for CVE-2012-2661
| * bumping version numbersAaron Patterson2012-06-111-1/+1
| |
* | Fix the the backport of the object dup with the ruby 1.9.3p194.Angelo capilleri2012-06-121-1/+2
|/ | | | | | At the end of initialize_dup was added the call to super if it exists, so it also works with 1.8.7 where initialize_dup doesn't exist. This issu was introduced with the pull request #6324
* Fix human attribute_name to handle deeply nested attributesTsutomu Kuroda2012-06-061-2/+2
| | | | | This is a back-port of b0e2fc84 to Rails 3.2. See #5843 and #3859 also.
* bumping to 3.2.5Aaron Patterson2012-05-311-1/+1
|
* bumping to 3.2.4Aaron Patterson2012-05-311-1/+1
|
* bumping to 3.2.4.rc1Aaron Patterson2012-05-281-2/+2
|