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
/
validations_test.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Pass the right binding when string is passed to :if with validations. [casper...
Michael Koziarski
2007-08-28
1
-0
/
+22
*
Make sure create! raises errors on validation when creating multiple records....
Michael Koziarski
2007-08-28
1
-0
/
+6
*
Added :unless clause to validations (closes #8003) [monki]
David Heinemeier Hansson
2007-07-24
1
-6
/
+59
*
Fixed validates_associated should not stop on the first error (closes #4276) ...
David Heinemeier Hansson
2007-06-23
1
-4
/
+6
*
validates_numericality_of takes :greater_than, :greater_than_or_equal_to, :eq...
Jeremy Kemper
2007-05-26
1
-1
/
+65
*
Consolidated different create and create! versions to call through to the bas...
Tobias Lütke
2006-12-06
1
-0
/
+25
*
validates_numericality_of uses \A \Z to ensure the entire string matches rath...
Jeremy Kemper
2006-11-20
1
-12
/
+19
*
Run validations in the order they were declared. Closes #6657.
Jeremy Kemper
2006-11-20
1
-7
/
+16
*
Deprecated add_on_boundary_breaking (use validates_length_of instead) (closes...
David Heinemeier Hansson
2006-10-09
1
-13
/
+12
*
save! shouldn't validate twice. Closes #6324.
Jeremy Kemper
2006-10-02
1
-0
/
+6
*
Rollback [4917]. Closes #785.
Jeremy Kemper
2006-09-07
1
-2
/
+2
*
Validation tests
Jeremy Kemper
2006-09-03
1
-30
/
+40
*
r4704@asus: jeremy | 2006-06-27 12:00:19 -0700
Jeremy Kemper
2006-07-08
1
-5
/
+7
*
create! no longer blows up when no attributes are passed and a :create scope ...
Jeremy Kemper
2006-05-19
1
-0
/
+6
*
Add ActiveRecord::Errors#to_xml
Jamis Buck
2006-04-21
1
-0
/
+9
*
Add :case_sensitive option to validates_uniqueness_of (closes #3090) [Rick]
Rick Olson
2006-04-12
1
-0
/
+31
*
Update description
David Heinemeier Hansson
2006-03-28
1
-14
/
+14
*
Added more tests to validates_format_of (closes #3142) [jp.bougie@gmail.com]
David Heinemeier Hansson
2006-03-18
1
-0
/
+28
*
Fixed validates_length_of to work on UTF-8 strings by using characters instea...
David Heinemeier Hansson
2006-02-25
1
-0
/
+135
*
Allow validate_uniqueness_of to be scoped by more than just one column. Close...
Marcel Molina
2005-12-02
1
-0
/
+24
*
Add Model.create! to match existing model.save! method. When save! raises Re...
Jeremy Kemper
2005-11-03
1
-2
/
+10
*
Clean up and extend test coverage for validates_numericality_of
Jeremy Kemper
2005-09-29
1
-37
/
+60
*
r3603@asus: jeremy | 2005-09-26 19:10:00 -0700
Jeremy Kemper
2005-09-26
1
-5
/
+10
*
Fixed validates_numericality_of to work with overrided getter-method when :al...
David Heinemeier Hansson
2005-07-02
1
-0
/
+7
*
Clarified intentions of validates_associated #870
David Heinemeier Hansson
2005-07-02
1
-1
/
+11
*
Added support for ODBC connections to MS SQL Server so you can connect from a...
David Heinemeier Hansson
2005-07-01
1
-2
/
+2
*
Fixed that validations didn't respecting custom setting for too_short, too_lo...
David Heinemeier Hansson
2005-06-25
1
-0
/
+9
*
Added Errors#add_on_blank which works like Errors#add_on_empty, but uses Obje...
David Heinemeier Hansson
2005-05-21
1
-3
/
+8
*
Added the :if option to all validations that can either use a block or a meth...
David Heinemeier Hansson
2005-05-21
1
-2
/
+65
*
Fixed that validate_length_of lost :on option when :within was specified #119...
David Heinemeier Hansson
2005-04-30
1
-0
/
+42
*
Added validates_exclusion_of as a negative of validates_inclusion_of
David Heinemeier Hansson
2005-04-24
1
-0
/
+7
*
Fixed documentation and prepared for release of 0.12
David Heinemeier Hansson
2005-04-18
1
-1
/
+1
*
Added Base.save! that attempts to save the record just like Base.save but wil...
David Heinemeier Hansson
2005-04-18
1
-0
/
+5
*
Added the option to specify the acceptance string in validates_acceptance_of ...
David Heinemeier Hansson
2005-04-17
1
-0
/
+11
*
Added optionally allow for nil or empty strings with validates_numericality_o...
David Heinemeier Hansson
2005-03-14
1
-16
/
+16
*
Added validates_numericality_of #716 [skanthak/c.r.mcgrath]
David Heinemeier Hansson
2005-03-06
1
-0
/
+38
*
Fixed that when using validation macros with a custom message, if you happene...
David Heinemeier Hansson
2005-02-22
1
-0
/
+82
*
Added validates_each that validates each specified attribute against a block ...
David Heinemeier Hansson
2005-02-18
1
-39
/
+130
*
Addded validation for validate all the associated objects before declaring fa...
David Heinemeier Hansson
2005-02-17
1
-2
/
+17
*
Added validates_associated that enables validation of objects in an unsaved a...
David Heinemeier Hansson
2005-01-15
1
-0
/
+21
*
Fixed quoting in validates_format_of that would allow some rules to pass rega...
David Heinemeier Hansson
2004-12-31
1
-1
/
+1
*
Added scope option to validation_uniqueness #349 [Kent Sibilev]
David Heinemeier Hansson
2004-12-22
1
-0
/
+19
*
Added allow_nil options to validates_inclusion_of so that validation is only ...
David Heinemeier Hansson
2004-12-22
1
-0
/
+8
*
Fixed validates_{confirmation,acceptance}_of to only happen when the virtual ...
David Heinemeier Hansson
2004-12-21
1
-4
/
+18
*
Set a high default salary within the validation range
David Heinemeier Hansson
2004-12-19
1
-1
/
+1
*
Added Developer#salary for the type tests
David Heinemeier Hansson
2004-12-19
1
-1
/
+0
*
Added respondence to *_before_type_cast for all attributes to return their st...
David Heinemeier Hansson
2004-12-19
1
-1
/
+8
*
Added Base.validates_inclusion_of
David Heinemeier Hansson
2004-12-16
1
-14
/
+119
*
Added Base.validates_inclusion_of that validates whether the value of the spe...
David Heinemeier Hansson
2004-12-16
1
-0
/
+23
*
Added Base.validates_format_of that Validates whether the value of the specif...
David Heinemeier Hansson
2004-12-16
1
-2
/
+19
[next]