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
/
test
/
cases
/
validations_test.rb
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Deprecate Errors#on_base/add_to_base/invalid?/each_full
Pratik Naik
2009-03-21
1
-2
/
+2
*
Add ActiveModel::Validations tests for regular ruby classes
Pratik Naik
2009-03-20
1
-0
/
+9
*
Add I18n translations to ActiveModel and move more AR specific parts to Activ...
Pratik Naik
2009-03-20
1
-0
/
+12
*
Deprecate Error#on(attribute) in favour of Errors#[attribute]
Pratik Naik
2009-03-20
1
-2
/
+2
*
Move relevant validation tests from Active Record to Active Model
Pratik Naik
2009-03-20
1
-1469
/
+1
*
Move all the Active Record validations to Active Model
Pratik Naik
2009-03-19
1
-125
/
+123
*
Ruby 1.9 compat: rename deprecated assert_raises to assert_raise.
Jeremy Kemper
2009-03-08
1
-6
/
+6
*
Add ActiveRecord::Base#invalid? as the opposite of #valid? [#2159 state:resol...
Jeffrey Hardy
2009-03-08
1
-1
/
+12
*
Ensure validates_uniqueness_of considers limit on the field. [#1042 state:res...
Arthur Klepchukov
2009-03-07
1
-0
/
+9
*
DRY with_kcode in Active Record tests
Pratik Naik
2009-03-07
1
-14
/
+0
*
validate_length_of should use custom message if given when using in or within.
miloops
2009-02-01
1
-0
/
+13
*
Add a repair_helper to repair changes to the validations inside validations_t...
Murray Steele
2008-12-19
1
-160
/
+191
*
Fixes validates_uniquness_of problem with case insensitive string containing ...
wmoxam
2008-09-11
1
-0
/
+7
*
change activerecord validation tests to not use the deprecated interpolation ...
Sven Fuchs
2008-09-10
1
-29
/
+29
*
Make case insensitive validates_uniqueness_of use unicode aware downcase method.
Eugene Pimenov
2008-08-29
1
-0
/
+12
*
coerce blank strings to nil values for boolean and integer fields
Josh Susser
2008-08-22
1
-4
/
+4
*
Revert "coerce blank strings to nil values for boolean and integer fields"
Jeremy Kemper
2008-08-21
1
-4
/
+4
*
coerce blank strings to nil values for boolean and integer fields
Josh Susser
2008-08-21
1
-4
/
+4
*
Fix file permissions
Tarmo Tänav
2008-07-31
1
-0
/
+0
*
Ensure checked value is a string when validating case-sensitive uniqueness [#...
Tom Ward
2008-07-19
1
-0
/
+9
*
merge forward to current rails/master
Sven Fuchs
2008-07-16
1
-5
/
+18
|
\
|
*
Allow Infinity (1.0/0.0) to pass validates_numericality_of. [#354 state:resol...
Chris Cherry
2008-07-09
1
-5
/
+6
|
*
Add :tokenizer option to validates_length_of. [#507 state:resolved]
David Lowenfels
2008-07-04
1
-0
/
+12
*
|
silence deprecation warning during validations test
Sven Fuchs
2008-06-23
1
-1
/
+3
|
/
*
Substitute value into validates_format_of message
John D. Hume
2008-05-31
1
-0
/
+6
*
Fix validates_uniqueness_of for SQL keywords [#23 state:resolved]
Alex MacCaw
2008-05-11
1
-0
/
+8
*
Added block-setting of attributes for Base.create like Base.new already has (...
David Heinemeier Hansson
2008-04-30
1
-0
/
+16
*
Use define_callbacks helper for ActiveRecord validations.
Joshua Peek
2008-04-20
1
-9
/
+9
*
Ruby 1.9 compat: work around YAML serialization error exposed by validations ...
Jeremy Kemper
2008-04-01
1
-17
/
+18
*
Ensure that validates_uniqueness_of works with with_scope. Closes #9235. [nik...
Pratik Naik
2008-03-31
1
-0
/
+10
*
Fix case-sensitive validates_uniqueness_of. Closes #11366 [miloops]
Jeremy Kemper
2008-03-31
1
-0
/
+24
*
Add :message option to validates_numericality_of. Closes #11456 [miloops, mde...
Jeremy Kemper
2008-03-31
1
-0
/
+14
*
Fixed that validates_size_of :within works in associations (closes #11295, #1...
David Heinemeier Hansson
2008-03-29
1
-0
/
+14
*
Merge the has_finder gem, renamed as 'named_scope'. Closes #11404 [nkallen]
Rick Olson
2008-03-24
1
-1
/
+1
*
mark encoding
Jeremy Kemper
2008-02-28
1
-0
/
+1
*
Add tests and documentation for allow_blank. Closes #10651 [blj]
Michael Koziarski
2008-01-26
1
-0
/
+8
*
Merge branch 'ar-test-cleanup' of git://git.geeksomnia.com/rails
Jeremy Kemper
2008-01-21
1
-3
/
+3
*
Extract ActiveSupport::Callbacks from Active Record, test case setup and tear...
Jeremy Kemper
2008-01-19
1
-1
/
+1
*
Fix paths
Jeremy Kemper
2008-01-18
1
-5
/
+5
*
Move tests to cases
Jeremy Kemper
2008-01-18
1
-0
/
+1407
[prev]