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
/
activemodel
/
test
/
cases
/
validations
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use assert_empty and assert_not_empty
Daniel Colson
2018-01-25
2
-9
/
+9
*
Use assert_predicate and assert_not_predicate
Daniel Colson
2018-01-25
12
-274
/
+274
*
Change test case name to FormatValidationTest
Patrik Bóna
2018-01-14
1
-1
/
+1
*
Fix validation callbacks on multiple context
Yoshiyuki Hirano
2017-12-20
1
-0
/
+43
*
Suppress `warning: BigDecimal.new is deprecated` in Active Model
Yasuo Honda
2017-12-14
1
-14
/
+14
*
Merge pull request #31061 from bogdanvlviv/test-if-unless-options-for-validat...
Rafael França
2017-11-06
3
-6
/
+57
|
\
|
*
Add cases to test combining validation conditions
bogdanvlviv
2017-11-06
3
-6
/
+57
*
|
Execute `ConfirmationValidator` validation when `_confirmation`'s value is `f...
bogdanvlviv
2017-11-05
1
-0
/
+13
|
/
*
Allow passing a Proc or Symbol as an argument to length validator values
Matt Rohrer
2017-10-26
1
-0
/
+31
*
Remove deprecated `:if` and `:unless` string filter for callbacks
Rafael Mendonça França
2017-10-23
2
-104
/
+2
*
Use frozen string literal in activemodel/
Kir Shatrov
2017-07-16
16
-0
/
+32
*
Revert "Merge pull request #29540 from kirs/rubocop-frozen-string"
Matthew Draper
2017-07-02
16
-16
/
+0
*
Enforce frozen string in Rubocop
Kir Shatrov
2017-07-01
16
-0
/
+16
*
Replace \Z to \z
Ryuta Kamizono
2017-04-24
1
-3
/
+3
*
Avoid converting integer as a string into float
namusyaka
2017-02-18
1
-0
/
+9
*
Remove deprecated behavior that halts callbacks when the return is false
Rafael Mendonça França
2017-02-07
1
-8
/
+6
*
Deprecate passing string to `:if` and `:unless` conditional options on `set_c...
Ryuta Kamizono
2017-02-04
2
-10
/
+30
*
Do not rely on Ruby implementation in AM test
Kir Shatrov
2016-11-19
1
-3
/
+3
*
Add more rubocop rules about whitespaces
Rafael Mendonça França
2016-10-29
7
-21
/
+21
*
Removed deprecated :tokenizer in the length validator
Rafael Mendonça França
2016-10-10
1
-36
/
+0
*
improve error message when include assertions fail
Michael Grosser
2016-09-16
2
-11
/
+11
*
Fix broken comments indentation caused by rubocop auto-correct [ci skip]
Ryuta Kamizono
2016-09-14
1
-1
/
+1
*
Add test for allow_blank in numericality validation
Nicolai Reuschling
2016-08-28
1
-0
/
+7
*
Add three new rubocop rules
Rafael Mendonça França
2016-08-16
7
-16
/
+16
*
Fix broken alignments caused by auto-correct commit 411ccbd
Ryuta Kamizono
2016-08-10
1
-1
/
+2
*
code gardening: removes redundant selfs
Xavier Noria
2016-08-08
1
-16
/
+16
*
Add `Style/EmptyLines` in `.rubocop.yml` and remove extra empty lines
Ryuta Kamizono
2016-08-07
2
-2
/
+0
*
applies remaining conventions across the project
Xavier Noria
2016-08-06
11
-12
/
+0
*
normalizes indentation and whitespace across the project
Xavier Noria
2016-08-06
1
-17
/
+17
*
remove redundant curlies from hash arguments
Xavier Noria
2016-08-06
1
-4
/
+2
*
modernizes hash syntax in activemodel
Xavier Noria
2016-08-06
1
-1
/
+1
*
applies new string literal convention in activemodel/test
Xavier Noria
2016-08-06
16
-215
/
+215
*
Support for unified Integer class in Ruby 2.4+
Jeremy Daer
2016-05-18
1
-1
/
+1
*
Add edge cases to Time/Date/DateTime inclusion validation tests
ojab
2016-03-24
1
-3
/
+17
*
remove args from assert_nothing_raised in tests
Tara Scherner de la Fuente
2016-02-22
2
-4
/
+4
*
Failing Tests for Validating String Numbericality
Robert Eshleman
2015-12-22
1
-0
/
+42
*
Deprecate passing string to define callback.
yui-knk
2015-12-16
1
-0
/
+1
*
Really fix test failures caused by #19851
Sean Griffin
2015-10-20
1
-5
/
+6
*
Fix test failures caused by #19851
Sean Griffin
2015-10-20
1
-5
/
+5
*
Merge pull request #19851 from repinel/numericality-validation2
Sean Griffin
2015-10-20
1
-1
/
+36
|
\
|
*
Conditionally convert the raw_value received by the numeric validator.
Roque Pinel
2015-07-11
1
-1
/
+36
*
|
Validate multiple contexts on `valid?` and `invalid?` at once.
Dmitry Polushkin
2015-09-07
1
-0
/
+19
*
|
Revert "Merge pull request #21069 from dmitry/feature/validate-multiple-conte...
Rafael Mendonça França
2015-09-07
1
-19
/
+0
*
|
Merge pull request #21069 from dmitry/feature/validate-multiple-contexts-at-once
Rafael Mendonça França
2015-09-07
1
-0
/
+19
|
\
\
|
*
|
Validate multiple contexts on `valid?` and `invalid?` at once.
Dmitry Polushkin
2015-07-30
1
-0
/
+19
|
|
/
*
|
Add missing test for #17351
Aditya Kapoor
2015-09-01
1
-0
/
+14
*
|
pass the correct argument to mock on a test of `validates_length_of`
yuuji.yaginuma
2015-07-28
1
-1
/
+1
|
/
*
Removes unnecessary comments from i18n validations tests [ci skip]
Zamith
2015-07-11
1
-61
/
+2
*
Remove the reference to mocha in activemodel
Zamith
2015-07-11
1
-27
/
+27
*
Use private method call assertions in Active Model tests.
Kasper Timm Hansen
2015-07-10
2
-35
/
+32
[next]