aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/validations.rb
Commit message (Expand)AuthorAgeFilesLines
* Updated and added more documentationDavid Heinemeier Hansson2004-12-161-31/+28
* Added Base.validates_inclusion_ofDavid Heinemeier Hansson2004-12-161-10/+64
* Renamed Mixins to Acts to resemble the change from include ActiveRecord::Mixi...David Heinemeier Hansson2004-12-161-12/+12
* Added Base.validates_inclusion_of that validates whether the value of the spe...David Heinemeier Hansson2004-12-161-0/+23
* Added Base.validates_format_of that Validates whether the value of the specif...David Heinemeier Hansson2004-12-161-6/+28
* Added Base.default_error_messages as a hash of all the error messages used in...David Heinemeier Hansson2004-12-151-9/+22
* Added Base.validates_boundries_of that delegates to add_on_boundary_breaking ...David Heinemeier Hansson2004-12-151-18/+37
* Insignificante...David Heinemeier Hansson2004-12-151-0/+1
* Changed validate_* to validates_*_of, so validate_acceptance becomes validate...David Heinemeier Hansson2004-12-151-56/+27
* 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