index
:
rails.git
3-2-stable-for-hmno
master
Mirror of official rails repo with custom fixes.
Eilertsens Kodeknekkeri
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
activerecord
/
lib
/
active_record
/
validations.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge commit 'mainstream/master'
Pratik Naik
2008-12-11
1
-1
/
+1
|
\
|
*
Make word separator in AR validation error messages configurable.
Akira Matsuda
2008-12-08
1
-1
/
+1
|
*
Merge with docrails
Pratik Naik
2008-12-07
1
-7
/
+9
|
*
Merge docrails
Pratik Naik
2008-10-05
1
-4
/
+64
*
|
Remove bad markup on validation method placeholders
Mike Gunderloy
2008-12-08
1
-3
/
+3
*
|
Made documentation of validates_presence_of use monospaced fonts correctly.
Daniel Schierbeck
2008-11-25
1
-7
/
+9
*
|
Merge commit 'mainstream/master'
Pratik Naik
2008-09-27
1
-2
/
+2
|
\
|
|
*
Ignore all exceptions for validates_acceptance_of columns fetch so it can run...
Tarmo Tänav
2008-09-26
1
-1
/
+1
|
*
Change all calls to String#chars to String#mb_chars.
Manfred Stienstra
2008-09-21
1
-1
/
+1
|
*
Merge docrails
Pratik Naik
2008-09-13
1
-42
/
+55
|
*
Remove the .to_s fix in validates_uniqueness_of, as Chars get quoted correctly.
Michael Koziarski
2008-09-11
1
-1
/
+1
|
*
Fixes validates_uniquness_of problem with case insensitive string containing ...
wmoxam
2008-09-11
1
-1
/
+1
|
*
Merge docrails
Pratik Naik
2008-09-03
1
-1
/
+1
*
|
Change 'racing condition' to 'race condition'.
Hongli Lai (Phusion)
2008-09-22
1
-2
/
+2
*
|
Fix another typo.
Hongli Lai (Phusion)
2008-09-20
1
-1
/
+1
*
|
Fix typo.
Hongli Lai (Phusion)
2008-09-20
1
-3
/
+3
*
|
Fix minor formatting error.
Hongli Lai (Phusion)
2008-09-20
1
-2
/
+2
*
|
Document concurrency issues in validates_uniqueness_of.
Hongli Lai (Phusion)
2008-09-20
1
-4
/
+64
*
|
Flesh out the ActiveRecord::Validations::ClassMethods RDoc
John D. Hume
2008-09-08
1
-6
/
+17
*
|
Move the orphaned method RDoc of ActiveRecord::Validations::ClassMethods#vali...
John D. Hume
2008-09-08
1
-31
/
+33
*
|
Change over examples to use {{count}} and {{value}} instead of %d and %s.
John D. Hume
2008-09-07
1
-9
/
+9
*
|
Merge commit 'mainstream/master'
Pratik Naik
2008-09-03
1
-5
/
+6
|
\
|
|
*
More symbols for send and respond_to?.
Clemens Kofler
2008-09-03
1
-3
/
+3
|
*
translates when a message symbol has been set on builtin validations
Iain Hecker
2008-08-31
1
-1
/
+2
|
*
Make case insensitive validates_uniqueness_of use unicode aware downcase method.
Eugene Pimenov
2008-08-29
1
-1
/
+1
*
|
Merge commit 'mainstream/master'
Pratik Naik
2008-08-28
1
-60
/
+71
|
\
|
|
*
Merge branch 'master' into i18n
Sven Fuchs
2008-08-21
1
-5
/
+4
|
|
\
|
|
*
Fixed validates_uniqueness_of with decimal columns
Tarmo Tänav
2008-08-15
1
-5
/
+4
|
*
|
Custom error messages scope improved
Iain Hecker
2008-08-21
1
-14
/
+14
|
*
|
Added :value as interpolation variable available to error messages
Iain Hecker
2008-08-20
1
-8
/
+10
|
*
|
Introduced AR::Base.human_name to validations
Iain Hecker
2008-08-20
1
-1
/
+1
|
*
|
Cleaned up ActiveRecord i18n scoping
Iain Hecker
2008-08-14
1
-55
/
+65
|
*
|
provide more useful feedback on missing translations for validation error mes...
Sven Fuchs
2008-08-13
1
-1
/
+1
|
*
|
update i18n usage for pluralization hashes (api change)
Sven Fuchs
2008-08-10
1
-1
/
+1
|
|
/
*
/
Wrong default for validate_uniqueness_of's :case_sensitive
Sunny
2008-08-17
1
-1
/
+1
|
/
*
Fix file permissions
Tarmo Tänav
2008-07-31
1
-0
/
+0
*
validates_uniqueness_of uses database case sensitivity support instead of usi...
Tarmo Tänav
2008-07-31
1
-27
/
+15
*
Cast value to string in validates_uniqueness_of if the column is of text type
Tarmo Tänav
2008-07-31
1
-1
/
+7
*
Ensure checked value is a string when validating case-sensitive uniqueness [#...
Tom Ward
2008-07-19
1
-1
/
+1
*
Merge branch 'master' into i18n-merge
Jeremy Kemper
2008-07-17
1
-22
/
+22
|
\
|
*
Merge with docrails.
Pratik Naik
2008-07-16
1
-24
/
+24
*
|
missed to remove a call to to_s while resolving conflicts in validations.rb
Sven Fuchs
2008-07-16
1
-1
/
+1
*
|
merge forward to current rails/master
Sven Fuchs
2008-07-16
1
-9
/
+14
|
\
|
|
*
Allow Infinity (1.0/0.0) to pass validates_numericality_of. [#354 state:resol...
Chris Cherry
2008-07-09
1
-1
/
+1
|
*
Add :tokenizer option to validates_length_of. [#507 state:resolved]
David Lowenfels
2008-07-04
1
-6
/
+10
*
|
Updated ActiveRecord::Errors#default_error_messages deprecation warning accor...
Luca Guidi
2008-07-07
1
-1
/
+1
*
|
align with changes in i18n
Sven Fuchs
2008-07-06
1
-3
/
+2
*
|
use :default for human_attribute_name
Sven Fuchs
2008-07-04
1
-1
/
+1
*
|
remove core extensions in favor of I18n#translate and I18n#localize
Sven Fuchs
2008-07-02
1
-3
/
+3
*
|
rather cosmetic improvements of test coverage
Sven Fuchs
2008-06-23
1
-4
/
+4
[next]