| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix AMo code example indent, add missing author to entry [ci skip] | Carlos Antonio da Silva | 2013-03-09 | 1 | -6/+8 |
* | `has_secure_password` is not invalid when assigning empty Strings. | Yves Senn | 2013-03-04 | 1 | -0/+10 |
* | `validates_confirmation_of` does not override writer methods. | Yves Senn | 2013-03-04 | 1 | -0/+15 |
* | Update CHANGELOGS | Rafael Mendonça França | 2013-02-26 | 1 | -0/+3 |
* | Preparing for 4.0.0.beta1 release | David Heinemeier Hansson | 2013-02-25 | 1 | -1/+1 |
* | did a pass over the AM changelog [ci skip] | Xavier Noria | 2013-02-24 | 1 | -15/+35 |
* | This change doesn't need a CHANGELOG entry. | Rafael Mendonça França | 2012-12-26 | 1 | -5/+0 |
* | Add CHANGELOG entry for #8622 | Rafael Mendonça França | 2012-12-26 | 1 | -0/+5 |
* | Remove CHANGELOG entry for ActiveModel::Errors#add_on_present | Rafael Mendonça França | 2012-12-21 | 1 | -5/+0 |
* | Fix Action Mailer changelog indenation to match other changelogs | Carlos Antonio da Silva | 2012-12-19 | 1 | -0/+1 |
* | Improve AMo changelog example to not rely on AR [ci skip] | Carlos Antonio da Silva | 2012-12-19 | 1 | -4/+8 |
* | Add `ActiveModel::Validations::AbsenceValidator`, a validator to check the a... | Roberto Vasquez Angel | 2012-12-15 | 1 | -0/+19 |
* | Convert changelogs to 1.9 hash style and fix some formatting [ci skip] | Carlos Antonio da Silva | 2012-12-14 | 1 | -1/+1 |
* | Reset attributes should not report changes. | Renato Mascarenhas | 2012-12-01 | 1 | -0/+4 |
* | Add CHANGELOG entries for the observes extraction | Rafael Mendonça França | 2012-11-29 | 1 | -0/+4 |
* | Specify type of singular association during serialization | Steve Klabnik | 2012-11-28 | 1 | -0/+2 |
* | Merge pull request #7282 from xHire/validates_length_of_fix | Rafael Mendonça França | 2012-11-26 | 1 | -0/+4 |
|\ |
|
| * | Length validation handles correctly nil. Fix #7180 | Michal Zima | 2012-11-26 | 1 | -0/+4 |
* | | cleanup, removed dispensable `require` statements from `ActiveModel` | Yves Senn | 2012-11-25 | 1 | -0/+5 |
|/ |
|
* | Use BCrypt's MIN_COST in the test environment for speedier tests | Trevor Turk | 2012-11-14 | 1 | -0/+4 |
* | add credit to committer of pull request #6569 | Jan Berdajs | 2012-10-18 | 1 | -1/+1 |
* | Revert "Merge pull request #7826 from sikachu/master-validators-kind" | Rafael Mendonça França | 2012-10-02 | 1 | -10/+0 |
* | Make `.validators_on` accept `:kind` option | Prem Sichanugrist | 2012-10-02 | 1 | -0/+10 |
* | Update changelogs to add entries about strong_parameters integration | Guillermo Iguaran | 2012-09-19 | 1 | -0/+11 |
* | Update Active Model xml serialization test to reflect a change in builder | Carlos Antonio da Silva | 2012-09-07 | 1 | -0/+11 |
* | CHANGELOGs are now per branch | Xavier Noria | 2012-08-28 | 1 | -205/+1 |
* | Accept a symbol for `:in` option on inclusion and exclusion validators | Gabriel Sobrinho | 2012-08-24 | 1 | -0/+6 |
* | Merge pull request #7024 from bogdan/strict_validation_custom_exception | Rafael Mendonça França | 2012-08-16 | 1 | -1/+10 |
|\ |
|
| * | AM::Validation#validates: ability to pass custom exception to `:strict` option | Bogdan Gusiev | 2012-08-06 | 1 | -0/+2 |
* | | Following the false issue reporting I did here : https://github.com/rails/rai... | Anthony | 2012-08-13 | 1 | -0/+2 |
* | | Sync CHANGELOGs [ci skip] | Rafael Mendonça França | 2012-08-11 | 1 | -0/+14 |
|/ |
|
* | prevent users from unknowingly using bad regexps that can compromise security... | MrBrdo | 2012-06-14 | 1 | -0/+5 |
* | change AMS::JSON.include_root_in_json default value to false | Francesco Rodriguez | 2012-06-06 | 1 | -0/+27 |
* | Sync CHANGLOG with the 3-2-stable branch | Rafael Mendonça França | 2012-06-01 | 1 | -0/+15 |
* | Don't enable validations when passing false hash values to ActiveModel.validates | Steve Purcell | 2012-05-28 | 1 | -0/+2 |
* | Reordered changelog entry | Brian Cardarella | 2012-04-23 | 1 | -2/+2 |
* | Updated CHANGELOG | Brian Cardarella | 2012-04-23 | 1 | -0/+2 |
* | Fix my name in the CHANGELOG to follow the convention | Rafael Mendonça França | 2012-03-09 | 1 | -0/+11 |
* | changelog updates for Rails 4 [ci skip] | Vijay Dev | 2012-03-09 | 1 | -0/+2 |
* | Add ActiveModel::Model, a mixin to make Ruby objects to work with AP inmediatly | Guillermo Iguaran | 2012-03-02 | 1 | -0/+2 |
* | Add release dates to documentation | claudiob | 2012-03-01 | 1 | -1/+1 |
* | Update changelogs with rails 3.0-stable branch info | Paco Guzman | 2012-02-25 | 1 | -1/+47 |
* | AM::Errors: allow :full_messages parameter for #as_json | Bogdan Gusiev | 2012-02-20 | 1 | -0/+2 |
* | Trim down Active Model API by removing valid? and errors.full_messages | José Valim | 2012-02-07 | 1 | -0/+2 |
* | Add release date of Rails 3.2.0 to documentation | claudiob | 2012-01-26 | 1 | -1/+1 |
* | Revert "Implement ArraySerializer and move old serialization API to a new nam... | José Valim | 2011-11-30 | 1 | -8/+0 |
* | Deprecated `define_attr_method` in `ActiveModel::AttributeMethods` | Jon Leighton | 2011-11-29 | 1 | -0/+5 |
* | Revert the serializers API as other alternatives are now also under discussion | José Valim | 2011-11-25 | 1 | -2/+0 |
* | Add docs to serializers. Update CHANGELOGs. | José Valim | 2011-11-25 | 1 | -1/+13 |
* | Convert CHANGELOGs to Markdown format. | Jon Leighton | 2011-11-04 | 1 | -0/+109 |