Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Make ActiveModel::Errors#add_on_blank and #add_on_empty accept an options has... | Jeroen van Dijk | 2010-06-21 | 1 | -1/+1 |
* | Avoid deprecated String#to_a by using Array.wrap(...) instead of Array(...) | Jeremy Kemper | 2010-04-10 | 1 | -1/+3 |
* | use the database to lower case strings rather than ruby. [#4293 state:resolved] | Aaron Patterson | 2010-03-28 | 1 | -4/+2 |
* | Rename Model.active_relation to Model.unscoped | Pratik Naik | 2010-01-17 | 1 | -1/+1 |
* | Ensure new validates works with uniqueness validator. | José Valim | 2010-01-08 | 1 | -3/+6 |
* | Use relations to build uniqueness conditions | Pratik Naik | 2010-01-02 | 1 | -8/+9 |
* | Fix uniqueness validation: with_exclusive_scope is not public | Jeremy Kemper | 2009-12-28 | 1 | -1/+1 |
* | ActiveRecord::Validations are now built on top of Validator as well. | José Valim | 2009-12-23 | 1 | -58/+76 |
* | validate uniqueness with limit in utf8 | Elise Huard | 2009-08-09 | 1 | -1/+1 |
* | Move uniqueness and association validations to Active Record | Pratik Naik | 2009-03-19 | 1 | -0/+159 |