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
*
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
*
Improve Validation Helpers' documentation comments and tests
Radan Skoric
2015-06-27
2
-0
/
+31
*
Fix typo in AM I18n validation test name [skip ci]
Anton Davydov
2015-06-09
1
-1
/
+1
*
Remove use of mocha from Active Model
Roque Pinel
2015-05-28
2
-35
/
+71
*
Deprecate the `:tokenizer` option to `validates_length_of`
Sean Griffin
2015-03-29
1
-4
/
+16
*
Deprecate `ActiveModel::Errors` `add_on_empty` and `add_on_blank` methods
Wojciech Wnętrzak
2015-02-19
1
-1
/
+1
*
Merge pull request #16381 from kakipo/validate-length-tokenizer
Rafael Mendonça França
2015-02-13
1
-0
/
+13
|
\
|
*
Allow symbol as values for `tokenize` of `LengthValidator`
kakipo
2014-08-03
1
-0
/
+13
*
|
Removed magic comments # encoding: utf-8 , since its default from ruby 2.0 on...
Vipul A M
2015-02-03
15
-16
/
+0
*
|
Merge pull request #18439 from mokhan/validates-acceptance-of-array
Sean Griffin
2015-01-12
1
-0
/
+6
|
\
\
|
*
|
allow '1' or true for acceptance validation.
mo khan
2015-01-10
1
-0
/
+6
*
|
|
Add test for AM::Validation::Callbacks with :on
claudiob
2015-01-11
1
-0
/
+26
|
/
/
*
|
Deprecate `false` as the way to halt AM validation callbacks
claudiob
2015-01-02
1
-3
/
+17
*
|
Add AM test for after_validation returning false
claudiob
2014-12-14
1
-2
/
+13
*
|
Pass symbol as an argument instead of a block
Erik Michaels-Ober
2014-11-29
1
-2
/
+2
*
|
Remove redundant require of file
Adam89
2014-11-01
1
-1
/
+0
|
/
*
`only_integer` of `NumericalityValidator` now allows procs and symbols
Robin Mehner
2014-06-22
1
-0
/
+15
*
Correct typo, add test for validates_absence_of, correct method names
Akshay Vishnoi
2014-06-16
1
-3
/
+4
*
Add singular and plural form for some validation messages
Abd ar-Rahman Hamidi
2014-05-02
1
-3
/
+15
*
Completely remove potential global state leaks in ActiveModel tests.
Zuhao Wan
2014-03-11
2
-9
/
+11
[next]