aboutsummaryrefslogtreecommitdiffstats
path: root/activemodel/lib/active_model/validations/confirmation.rb
Commit message (Expand)AuthorAgeFilesLines
* Don't redefine existing attributes accessors.Emilio Tagua2010-09-271-1/+3
* Refactoring conditional logicSubba Rao Pasupuleti2010-09-011-3/+3
* Deletes trailing whitespaces (over text files only find * -type f -exec sed '...Santiago Pastorino2010-08-141-10/+10
* Make ActiveModel::Errors#add_on_blank and #add_on_empty accept an options has...Jeroen van Dijk2010-06-211-3/+3
* Minor doc changes to active_model/validations/confirmation.rbRizwan Reza2010-06-151-13/+27
* 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-3/+5
* Move validations in ActiveModel to validators, however all validatity checks ...José Valim2009-12-231-9/+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-2/+1
* Move all the Active Record validations to Active ModelPratik Naik2009-03-191-4/+6
* Improve documentation coverage and markupXavier Noria2008-05-021-8/+8
* Splitting them up firstDavid Heinemeier Hansson2008-04-011-0/+44