index
:
rails.git
3-2-stable-for-hmno
master
Mirror of official rails repo with custom fixes.
Harald Eilertsen
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
*
Update for Active Model yielding per error not per attribute
Jeremy Kemper
2009-06-08
1
-0
/
+1
*
AS::Concern redefines "include" to lazy include modules as dependencies
Joshua Peek
2009-05-29
1
-2
/
+2
*
AS::Concern includes InstanceMethods module if it exists
Joshua Peek
2009-05-29
1
-2
/
+0
*
Merge branch 'master' into active_model
Joshua Peek
2009-05-29
1
-10
/
+12
|
\
|
*
Break up DependencyModule's dual function of providing a "depend_on" DSL and ...
Joshua Peek
2009-05-28
1
-1
/
+1
|
*
Missing 1.8.7 backport extensions
Jeremy Kemper
2009-05-18
1
-0
/
+2
|
*
Cherry-pick core extensions
Jeremy Kemper
2009-05-13
1
-3
/
+2
|
*
Use DependencyModule for included hooks in ActiveRecord
Bryan Helmkamp
2009-05-11
1
-8
/
+7
|
*
Explicitly require builder for to_xml
Jeremy Kemper
2009-04-30
1
-0
/
+2
*
|
Deprecate Model#validate/validate_on_create/validate_on_update. Use Model.val...
Pratik Naik
2009-03-21
1
-13
/
+14
*
|
Move validate_on_create and validate_on_update from ActiveModel to ActiveRecord
Pratik Naik
2009-03-21
1
-2
/
+12
*
|
Add I18n translations to ActiveModel and move more AR specific parts to Activ...
Pratik Naik
2009-03-20
1
-0
/
+115
*
|
Include ActiveModel::Validations from ActiveRecord::Validations
Pratik Naik
2009-03-20
1
-20
/
+29
*
|
Move uniqueness and association validations to Active Record
Pratik Naik
2009-03-19
1
-0
/
+5
*
|
Move all the Active Record validations to Active Model
Pratik Naik
2009-03-19
1
-1001
/
+2
|
/
*
Merge docrails
Pratik Naik
2009-03-16
1
-1
/
+1
*
Fix spelling of an internal method [#1734 state:resolved]
Chris Kampmeier
2009-03-12
1
-1
/
+1
*
Add ActiveRecord::Base#invalid? as the opposite of #valid? [#2159 state:resol...
Jeffrey Hardy
2009-03-08
1
-0
/
+5
*
Ensure validates_uniqueness_of considers limit on the field. [#1042 state:res...
Arthur Klepchukov
2009-03-07
1
-4
/
+4
*
support end-exclusive ... Ranges in SQL hash condition sanitization properly
Will Bryant
2009-02-06
1
-1
/
+1
*
validate_length_of should use custom message if given when using in or within.
miloops
2009-02-01
1
-5
/
+4
*
Minor refactoring of validates_associated to replace #inject with #collect + ...
Josh Susser
2009-01-22
1
-1
/
+1
*
Remove dead commented out code [#1467 state:resolved]
Yaroslav Markin
2008-12-21
1
-1
/
+0
*
Merge docrails
Pratik Naik
2008-12-19
1
-3
/
+3
*
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
*
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
*
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 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
|
/
*
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
[next]