Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add missing tests to Validators. | José Valim | 2010-01-03 | 1 | -0/+47 |
* | No need to use ValidationsRepairHelper hack on ActiveModel anymore, Model.res... | José Valim | 2009-12-23 | 1 | -2/+3 |
* | Move validations in ActiveModel to validators, however all validatity checks ... | José Valim | 2009-12-23 | 1 | -2/+2 |
* | Validator is simply sent to validate method. However, the API needs to change... | José Valim | 2009-12-22 | 1 | -6/+6 |
* | Move validator, human_name and human_attribute_name to ActiveModel, remove de... | José Valim | 2009-10-20 | 1 | -4/+4 |
* | Fix failing AMo isolated tests | Joshua Peek | 2009-09-05 | 1 | -0/+2 |
* | Introduce validates_with to encapsulate attribute validations in a class. | Jeff Dean | 2009-08-09 | 1 | -0/+116 |