aboutsummaryrefslogtreecommitdiffstats
path: root/activemodel/test/cases/validations/length_validation_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Refactor length validationSantiago Pastorino2011-03-121-3/+3
* length validation for fixnumsAndriy Tyurnikov2011-03-121-0/+11
* Failing test for validates_length_of, when both too_short and too_long messag...rohit2010-08-031-0/+14
* removed AR from all AMo tests, including any unneeded files (schema, fixtures...Josh Kalderimis2010-05-091-2/+0
* removed an old unused model in the AMo tests which also removes another AR de...Josh Kalderimis2010-05-091-1/+0
* removed use of AR in AMo tests and removed testing of scopes (:on) in individ...Josh Kalderimis2010-05-081-140/+53
* Favor %{} in all code instead of (deprecated) {{}} as interpolation syntax fo...Lawrence Pit2010-05-031-12/+12
* Compile length validator options still at the class level, so whenever the va...José Valim2010-01-081-4/+2
* No need to use ValidationsRepairHelper hack on ActiveModel anymore, Model.res...José Valim2009-12-231-41/+12
* Fix exclusive range patch to use begin/end instead of min/max. [#2981 status:...Adam Keys2009-08-081-0/+14
* Simplyfy validates_length_of and remove putsPratik Naik2009-08-081-1/+0
* validates_length_of with maximum should allow nil [#2309 status:resolved]jzw2009-08-081-3/+7
* Add ActiveModel::Validations tests for regular ruby classesPratik Naik2009-03-201-0/+17
* Add I18n translations to ActiveModel and move more AR specific parts to Activ...Pratik Naik2009-03-201-11/+0
* Deprecate Error#on(attribute) in favour of Errors#[attribute]Pratik Naik2009-03-201-26/+26
* TestDatabase -> TestsDatabasePratik Naik2009-03-201-2/+2
* Move relevant validation tests from Active Record to Active ModelPratik Naik2009-03-201-0/+443