aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/validations.rb
Commit message (Expand)AuthorAgeFilesLines
* Merge commit 'mainstream/master'Pratik Naik2008-12-111-1/+1
|\
| * Make word separator in AR validation error messages configurable.Akira Matsuda2008-12-081-1/+1
| * Merge with docrailsPratik Naik2008-12-071-7/+9
| * Merge docrailsPratik Naik2008-10-051-4/+64
* | Remove bad markup on validation method placeholdersMike Gunderloy2008-12-081-3/+3
* | Made documentation of validates_presence_of use monospaced fonts correctly.Daniel Schierbeck2008-11-251-7/+9
* | Merge commit 'mainstream/master'Pratik Naik2008-09-271-2/+2
|\|
| * Ignore all exceptions for validates_acceptance_of columns fetch so it can run...Tarmo Tänav2008-09-261-1/+1
| * Change all calls to String#chars to String#mb_chars.Manfred Stienstra2008-09-211-1/+1
| * Merge docrailsPratik Naik2008-09-131-42/+55
| * Remove the .to_s fix in validates_uniqueness_of, as Chars get quoted correctly.Michael Koziarski2008-09-111-1/+1
| * Fixes validates_uniquness_of problem with case insensitive string containing ...wmoxam2008-09-111-1/+1
| * Merge docrailsPratik Naik2008-09-031-1/+1
* | Change 'racing condition' to 'race condition'.Hongli Lai (Phusion)2008-09-221-2/+2
* | Fix another typo.Hongli Lai (Phusion)2008-09-201-1/+1
* | Fix typo.Hongli Lai (Phusion)2008-09-201-3/+3
* | Fix minor formatting error.Hongli Lai (Phusion)2008-09-201-2/+2
* | Document concurrency issues in validates_uniqueness_of.Hongli Lai (Phusion)2008-09-201-4/+64
* | Flesh out the ActiveRecord::Validations::ClassMethods RDocJohn D. Hume2008-09-081-6/+17
* | Move the orphaned method RDoc of ActiveRecord::Validations::ClassMethods#vali...John D. Hume2008-09-081-31/+33
* | Change over examples to use {{count}} and {{value}} instead of %d and %s.John D. Hume2008-09-071-9/+9
* | Merge commit 'mainstream/master'Pratik Naik2008-09-031-5/+6
|\|
| * More symbols for send and respond_to?.Clemens Kofler2008-09-031-3/+3
| * translates when a message symbol has been set on builtin validationsIain Hecker2008-08-311-1/+2
| * Make case insensitive validates_uniqueness_of use unicode aware downcase method.Eugene Pimenov2008-08-291-1/+1
* | Merge commit 'mainstream/master'Pratik Naik2008-08-281-60/+71
|\|
| * Merge branch 'master' into i18nSven Fuchs2008-08-211-5/+4
| |\
| | * Fixed validates_uniqueness_of with decimal columnsTarmo Tänav2008-08-151-5/+4
| * | Custom error messages scope improvedIain Hecker2008-08-211-14/+14
| * | Added :value as interpolation variable available to error messagesIain Hecker2008-08-201-8/+10
| * | Introduced AR::Base.human_name to validationsIain Hecker2008-08-201-1/+1
| * | Cleaned up ActiveRecord i18n scopingIain Hecker2008-08-141-55/+65
| * | provide more useful feedback on missing translations for validation error mes...Sven Fuchs2008-08-131-1/+1
| * | update i18n usage for pluralization hashes (api change)Sven Fuchs2008-08-101-1/+1
| |/
* / Wrong default for validate_uniqueness_of's :case_sensitiveSunny2008-08-171-1/+1
|/
* Fix file permissionsTarmo Tänav2008-07-311-0/+0
* validates_uniqueness_of uses database case sensitivity support instead of usi...Tarmo Tänav2008-07-311-27/+15
* Cast value to string in validates_uniqueness_of if the column is of text typeTarmo Tänav2008-07-311-1/+7
* Ensure checked value is a string when validating case-sensitive uniqueness [#...Tom Ward2008-07-191-1/+1
* Merge branch 'master' into i18n-mergeJeremy Kemper2008-07-171-22/+22
|\
| * Merge with docrails.Pratik Naik2008-07-161-24/+24
* | missed to remove a call to to_s while resolving conflicts in validations.rbSven Fuchs2008-07-161-1/+1
* | merge forward to current rails/masterSven Fuchs2008-07-161-9/+14
|\|
| * Allow Infinity (1.0/0.0) to pass validates_numericality_of. [#354 state:resol...Chris Cherry2008-07-091-1/+1
| * Add :tokenizer option to validates_length_of. [#507 state:resolved]David Lowenfels2008-07-041-6/+10
* | Updated ActiveRecord::Errors#default_error_messages deprecation warning accor...Luca Guidi2008-07-071-1/+1
* | align with changes in i18nSven Fuchs2008-07-061-3/+2
* | use :default for human_attribute_nameSven Fuchs2008-07-041-1/+1
* | remove core extensions in favor of I18n#translate and I18n#localizeSven Fuchs2008-07-021-3/+3
* | rather cosmetic improvements of test coverageSven Fuchs2008-06-231-4/+4