aboutsummaryrefslogtreecommitdiffstats
path: root/activemodel/lib/active_model/validator.rb
Commit message (Expand)AuthorAgeFilesLines
* adds missing requires for Object#blank? and Object#present?Xavier Noria2010-03-281-0/+1
* Use Array.wrap uniformlyJeremy Kemper2010-03-271-1/+2
* Add validators reflection so you can do 'Person.validators' and 'Person.valid...Prem Sichanugrist2010-02-211-0/+18
* Full update on ActiveModel documentationMikel Lindsaar2010-02-011-2/+3
* Add validates method as shortcut to setup validators for a given set of attri...jamie2010-01-071-9/+58
* Add missing tests to Validators.José Valim2010-01-031-1/+2
* 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