aboutsummaryrefslogtreecommitdiffstats
path: root/activemodel/lib/active_model/validator.rb
Commit message (Expand)AuthorAgeFilesLines
* validates_each uses a BlockValidator.José Valim2009-12-231-2/+20
* Added check_validity! to EachValidator and refactor existing ones.José Valim2009-12-231-0/+4
* Move validations in ActiveModel to validators, however all validatity checks ...José Valim2009-12-231-2/+22
* Validator is simply sent to validate method. However, the API needs to change...José Valim2009-12-221-4/+3
* Move validator, human_name and human_attribute_name to ActiveModel, remove de...José Valim2009-10-201-0/+68