Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | applies new doc guidelines to Active Record. | Yves Senn | 2015-10-14 | 1 | -3/+4 |
* | refactor, don't duplicate presence validator logic. | Yves Senn | 2015-06-22 | 1 | -10/+4 |
* | Missing note on validates_presence_of validation [ci skip] | Mehmet Emin İNAÇ | 2015-04-11 | 1 | -0/+4 |
* | Fix validations on child record when record parent has validate: false | eileencodes | 2015-02-01 | 1 | -0/+1 |
* | Pass symbol as an argument instead of a block | Erik Michaels-Ober | 2014-11-29 | 1 | -1/+1 |
* | Add a note on custom validation contexts. | Justin Weiss | 2014-08-05 | 1 | -3/+5 |
* | Merge pull request #15210 from arthurnn/fix_hbtm_reflection | Arthur Neves | 2014-05-24 | 1 | -1/+1 |
* | Use `Array#wrap` instead `Array()` | gmarik | 2013-12-31 | 1 | -1/+1 |
* | Fix bug with presence validation of associations. | Scott Willson | 2012-10-16 | 1 | -2/+4 |
* | update AR::Validations documentation [ci skip] | Francesco Rodriguez | 2012-09-22 | 1 | -9/+8 |
* | AR has a subclass of AM:PresenceValidator. | Brent Wheeldon & Nick Monje | 2012-07-20 | 1 | -0/+64 |