Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Compile length validator options still at the class level, so whenever the va... | José Valim | 2010-01-08 | 1 | -4/+2 |
* | No need to use ValidationsRepairHelper hack on ActiveModel anymore, Model.res... | José Valim | 2009-12-23 | 1 | -41/+12 |
* | Fix exclusive range patch to use begin/end instead of min/max. [#2981 status:... | Adam Keys | 2009-08-08 | 1 | -0/+14 |
* | Simplyfy validates_length_of and remove puts | Pratik Naik | 2009-08-08 | 1 | -1/+0 |
* | validates_length_of with maximum should allow nil [#2309 status:resolved] | jzw | 2009-08-08 | 1 | -3/+7 |
* | Add ActiveModel::Validations tests for regular ruby classes | Pratik Naik | 2009-03-20 | 1 | -0/+17 |
* | Add I18n translations to ActiveModel and move more AR specific parts to Activ... | Pratik Naik | 2009-03-20 | 1 | -11/+0 |
* | Deprecate Error#on(attribute) in favour of Errors#[attribute] | Pratik Naik | 2009-03-20 | 1 | -26/+26 |
* | TestDatabase -> TestsDatabase | Pratik Naik | 2009-03-20 | 1 | -2/+2 |
* | Move relevant validation tests from Active Record to Active Model | Pratik Naik | 2009-03-20 | 1 | -0/+443 |