aboutsummaryrefslogtreecommitdiffstats
path: root/activemodel/lib/active_model/validations/presence.rb
Commit message (Expand)AuthorAgeFilesLines
* Revert "Make ActiveModel::Errors#add_on_blank and #add_on_empty accept an opt...José Valim2010-05-151-1/+1
* Make ActiveModel::Errors#add_on_blank and #add_on_empty accept an options has...Jeroen van Dijk2010-05-151-1/+1
* validation macros can now be used within an instanceJosh Kalderimis2010-05-131-1/+1
* Add validates method as shortcut to setup validators for a given set of attri...jamie2010-01-071-2/+1
* Move validations in ActiveModel to validators, however all validatity checks ...José Valim2009-12-231-7/+8
* Changed ActiveRecord to use new callbacks and speed up observers by only noti...José Valim2009-09-081-1/+1
* Properly require ActiveModel validation dependenciesJoshua Peek2009-06-081-2/+4
* Move validate_on_create and validate_on_update from ActiveModel to ActiveRecordPratik Naik2009-03-211-2/+1
* Move all the Active Record validations to Active ModelPratik Naik2009-03-191-17/+15
* Improve documentation coverage and markupXavier Noria2008-05-021-11/+15
* Splitting them up firstDavid Heinemeier Hansson2008-04-011-0/+38