Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add validates method as shortcut to setup validators for a given set of attri... | jamie | 2010-01-07 | 1 | -18/+29 |
* | validates_each uses a BlockValidator. | José Valim | 2009-12-23 | 1 | -2/+2 |
* | Move validations in ActiveModel to validators, however all validatity checks ... | José Valim | 2009-12-23 | 1 | -4/+1 |
* | Validator is simply sent to validate method. However, the API needs to change... | José Valim | 2009-12-22 | 1 | -5/+3 |
* | Changed ActiveRecord to use new callbacks and speed up observers by only noti... | José Valim | 2009-09-08 | 1 | -1/+1 |
* | Introduce validates_with to encapsulate attribute validations in a class. | Jeff Dean | 2009-08-09 | 1 | -0/+64 |