aboutsummaryrefslogtreecommitdiffstats
path: root/activemodel/lib/active_model/validations/acceptance.rb
Commit message (Expand)AuthorAgeFilesLines
* ActiveRecord::Validations are now built on top of Validator as well.José Valim2009-12-231-2/+5
* Move validations in ActiveModel to validators, however all validatity checks ...José Valim2009-12-231-7/+11
* Properly require ActiveModel validation dependenciesJoshua Peek2009-06-081-2/+2
* Move validate_on_create and validate_on_update from ActiveModel to ActiveRecordPratik Naik2009-03-211-1/+1
* Move all the Active Record validations to Active ModelPratik Naik2009-03-191-9/+12
* Improve documentation coverage and markupXavier Noria2008-05-021-13/+13
* Splitting them up firstDavid Heinemeier Hansson2008-04-011-0/+45