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 | -12/+8 |
* | ActiveRecord::Validations are now built on top of Validator as well. | José Valim | 2009-12-23 | 1 | -2/+5 |
* | Move validations in ActiveModel to validators, however all validatity checks ... | José Valim | 2009-12-23 | 1 | -7/+11 |
* | Properly require ActiveModel validation dependencies | Joshua Peek | 2009-06-08 | 1 | -2/+2 |
* | Move validate_on_create and validate_on_update from ActiveModel to ActiveRecord | Pratik Naik | 2009-03-21 | 1 | -1/+1 |
* | Move all the Active Record validations to Active Model | Pratik Naik | 2009-03-19 | 1 | -9/+12 |
* | Improve documentation coverage and markup | Xavier Noria | 2008-05-02 | 1 | -13/+13 |
* | Splitting them up first | David Heinemeier Hansson | 2008-04-01 | 1 | -0/+45 |