aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/validations.rb
Commit message (Expand)AuthorAgeFilesLines
...
* Extended no inclusion of messages if theyre nil to baseDavid Heinemeier Hansson2004-12-131-1/+3
* Added the possibility of marking fields as being in error without adding a me...David Heinemeier Hansson2004-12-121-2/+2
* No longer necessary to guard against reincludes with the new reset of inherit...David Heinemeier Hansson2004-12-121-1/+1
* Options for the new validation methods are now given as a hashDavid Heinemeier Hansson2004-12-101-10/+26
* Added Base.validate_uniqueness thatv alidates whether the value of the specif...David Heinemeier Hansson2004-12-101-3/+21
* Added Base.validate_presence as an alternative to implementing validate and d...David Heinemeier Hansson2004-12-101-12/+53
* Fixed Base.errors to be indifferent as to whether strings or symbols are used.David Heinemeier Hansson2004-12-091-15/+20
* Added Base.validate_confirmation that encapsulates the pattern of wanting to ...David Heinemeier Hansson2004-12-091-0/+23
* Changed the Proc for a string to avoid repetition problemsDavid Heinemeier Hansson2004-12-091-5/+3
* Added Base.validate_confirmation that encapsulates the pattern of wanting to ...David Heinemeier Hansson2004-12-091-0/+31
* Added validation macros to make the stackable just like the lifecycle callbacksDavid Heinemeier Hansson2004-12-091-1/+46
* InitialDavid Heinemeier Hansson2004-11-241-0/+205