aboutsummaryrefslogtreecommitdiffstats
path: root/activemodel/test/cases/validations/with_validation_test.rb
Commit message (Expand)AuthorAgeFilesLines
* No need to use ValidationsRepairHelper hack on ActiveModel anymore, Model.res...José Valim2009-12-231-2/+3
* Move validations in ActiveModel to validators, however all validatity checks ...José Valim2009-12-231-2/+2
* Validator is simply sent to validate method. However, the API needs to change...José Valim2009-12-221-6/+6
* Move validator, human_name and human_attribute_name to ActiveModel, remove de...José Valim2009-10-201-4/+4
* Fix failing AMo isolated testsJoshua Peek2009-09-051-0/+2
* Introduce validates_with to encapsulate attribute validations in a class.Jeff Dean2009-08-091-0/+116