aboutsummaryrefslogtreecommitdiffstats
path: root/activemodel/CHANGELOG.md
Commit message (Expand)AuthorAgeFilesLines
* Update Active Model xml serialization test to reflect a change in builderCarlos Antonio da Silva2012-09-071-0/+11
* CHANGELOGs are now per branchXavier Noria2012-08-281-205/+1
* Accept a symbol for `:in` option on inclusion and exclusion validatorsGabriel Sobrinho2012-08-241-0/+6
* Merge pull request #7024 from bogdan/strict_validation_custom_exceptionRafael Mendonça França2012-08-161-1/+10
|\
| * AM::Validation#validates: ability to pass custom exception to `:strict` optionBogdan Gusiev2012-08-061-0/+2
* | Following the false issue reporting I did here : https://github.com/rails/rai...Anthony2012-08-131-0/+2
* | Sync CHANGELOGs [ci skip]Rafael Mendonça França2012-08-111-0/+14
|/
* prevent users from unknowingly using bad regexps that can compromise security...MrBrdo2012-06-141-0/+5
* change AMS::JSON.include_root_in_json default value to falseFrancesco Rodriguez2012-06-061-0/+27
* Sync CHANGLOG with the 3-2-stable branchRafael Mendonça França2012-06-011-0/+15
* Don't enable validations when passing false hash values to ActiveModel.validatesSteve Purcell2012-05-281-0/+2
* Reordered changelog entryBrian Cardarella2012-04-231-2/+2
* Updated CHANGELOGBrian Cardarella2012-04-231-0/+2
* Fix my name in the CHANGELOG to follow the conventionRafael Mendonça França2012-03-091-0/+11
* changelog updates for Rails 4 [ci skip]Vijay Dev2012-03-091-0/+2
* Add ActiveModel::Model, a mixin to make Ruby objects to work with AP inmediatlyGuillermo Iguaran2012-03-021-0/+2
* Add release dates to documentationclaudiob2012-03-011-1/+1
* Update changelogs with rails 3.0-stable branch infoPaco Guzman2012-02-251-1/+47
* AM::Errors: allow :full_messages parameter for #as_jsonBogdan Gusiev2012-02-201-0/+2
* Trim down Active Model API by removing valid? and errors.full_messagesJosé Valim2012-02-071-0/+2
* Add release date of Rails 3.2.0 to documentationclaudiob2012-01-261-1/+1
* Revert "Implement ArraySerializer and move old serialization API to a new nam...José Valim2011-11-301-8/+0
* Deprecated `define_attr_method` in `ActiveModel::AttributeMethods`Jon Leighton2011-11-291-0/+5
* Revert the serializers API as other alternatives are now also under discussionJosé Valim2011-11-251-2/+0
* Add docs to serializers. Update CHANGELOGs.José Valim2011-11-251-1/+13
* Convert CHANGELOGs to Markdown format.Jon Leighton2011-11-041-0/+109