Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Deletes trailing whitespaces (over text files only find * -type f -exec sed '... | Santiago Pastorino | 2010-08-14 | 1 | -2/+2 |
* | ensuring that description does not exceed 100 columns | Neeraj Singh | 2010-08-02 | 1 | -3/+4 |
* | Make ActiveModel::Errors#add_on_blank and #add_on_empty accept an options has... | Jeroen van Dijk | 2010-06-21 | 1 | -1/+1 |
* | Ensure new validates works with uniqueness validator. | José Valim | 2010-01-08 | 1 | -2/+1 |
* | No need to use ValidationsRepairHelper hack on ActiveModel anymore, Model.res... | José Valim | 2009-12-23 | 1 | -1/+1 |
* | ActiveRecord::Validations are now built on top of Validator as well. | José Valim | 2009-12-23 | 1 | -7/+9 |
* | Move validate_on_create and validate_on_update from ActiveModel to ActiveRecord | Pratik Naik | 2009-03-21 | 1 | -2/+1 |
* | Move uniqueness and association validations to Active Record | Pratik Naik | 2009-03-19 | 1 | -0/+47 |