| Commit message (Expand) | Author | Age | Files | Lines |
* | Improve support for non Active Record objects on `validates_associated` | Kassio Borges | 2015-11-08 | 1 | -2/+8 |
* | applies new doc guidelines to Active Record. | Yves Senn | 2015-10-14 | 1 | -1/+2 |
* | Add a note on custom validation contexts. | Justin Weiss | 2014-08-05 | 1 | -3/+5 |
* | Revert "Merge pull request #4490 from EmmanuelOga/master" | José Valim | 2013-06-04 | 1 | -1/+1 |
* | documentation fixes for Array.wrap and AR::Validations::AssociatedValidator | Hrvoje Šimić | 2013-04-17 | 1 | -2/+2 |
* | update AR::Validations documentation [ci skip] | Francesco Rodriguez | 2012-09-22 | 1 | -1/+1 |
* | update AR::Validations::AssociatedValidator documentation [ci skip] | Francesco Rodriguez | 2012-07-29 | 1 | -13/+19 |
* | validate related records in the same validation context as parent. | Emmanuel Oga | 2012-01-17 | 1 | -1/+1 |
* | Do not validate associated records marked for destruction | Olek Janiszewski | 2011-12-05 | 1 | -2/+3 |
* | make the warning clear about the effect of using validates_associated on both... | Vijay Dev | 2011-08-04 | 1 | -9/+1 |
* | Remove extra white spaces on ActiveRecord docs. | Sebastian Martinez | 2011-05-23 | 1 | -2/+2 |
* | copy-edits 8d96b89 | Xavier Noria | 2011-02-21 | 1 | -1/+3 |
* | Clarification of ActiveRecord ActiveModel validation documentation | Peer Allan | 2011-02-18 | 1 | -1/+1 |
* | Deletes trailing whitespaces (over text files only find * -type f -exec sed '... | Santiago Pastorino | 2010-08-14 | 1 | -2/+2 |
* | ensuring that description does not exceed 100 columns | Neeraj Singh | 2010-08-02 | 1 | -3/+4 |
* | Make ActiveModel::Errors#add_on_blank and #add_on_empty accept an options has... | Jeroen van Dijk | 2010-06-21 | 1 | -1/+1 |
* | Ensure new validates works with uniqueness validator. | José Valim | 2010-01-08 | 1 | -2/+1 |
* | No need to use ValidationsRepairHelper hack on ActiveModel anymore, Model.res... | José Valim | 2009-12-23 | 1 | -1/+1 |
* | ActiveRecord::Validations are now built on top of Validator as well. | José Valim | 2009-12-23 | 1 | -7/+9 |
* | Move validate_on_create and validate_on_update from ActiveModel to ActiveRecord | Pratik Naik | 2009-03-21 | 1 | -2/+1 |
* | Move uniqueness and association validations to Active Record | Pratik Naik | 2009-03-19 | 1 | -0/+47 |