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
*
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
*
Run ActiveModel test suites in random order.
Zuhao Wan
2014-03-10
2
-6
/
+10
*
use the new clear_validators! api everywhere to reset validators in tests
Kuldeep Aggarwal
2014-01-28
1
-1
/
+1
*
Use the new clear_validators! api to reset validators in tests
Carlos Antonio da Silva
2014-01-27
15
-34
/
+32
*
Merge tests about multiple validation contexts
Carlos Antonio da Silva
2014-01-27
1
-10
/
+6
*
Ability to specify multiple contexts when defining a validation.
Vince Puzzella
2014-01-27
1
-0
/
+16
*
Let validates_inclusion_of accept Time and DateTime ranges
Akira Matsuda
2013-10-23
1
-0
/
+22
*
use assert_empty in activemodel conditional validation test cases
Rajarshi Das
2013-09-10
1
-7
/
+7
*
Use Range#cover? for Numeric ranges (tests via endpoints) and use Range#inclu...
Charles Bergeron
2013-05-27
1
-0
/
+1
*
deprecate Validator#setup (to get rid of a respond_to call). validators do th...
Nick Sutterer
2013-05-23
1
-23
/
+1
*
Convert ActiveModel to 1.9 hash syntax.
Patrick Robertson
2013-05-01
12
-202
/
+201
*
Merge pull request #10286 from neerajdotname/fix-wrong-test-name-and-failure-...
Carlos Antonio da Silva
2013-04-21
1
-2
/
+2
|
\
|
*
fix wrong test description and failure message
Neeraj Singh
2013-04-21
1
-2
/
+2
*
|
Added tests for if condition in Active Model callbacks
Neeraj Singh
2013-04-21
1
-0
/
+21
|
/
*
fix some typos found in activemodel
Vipul A M
2013-03-18
1
-1
/
+1
*
`validates_confirmation_of` does not override writer methods.
Yves Senn
2013-03-04
1
-0
/
+31
*
Take care of whitespaces and changing the hash syntax
Rafael Mendonça França
2013-02-04
1
-57
/
+56
*
test for issue 8931
David
2013-02-02
1
-0
/
+8
*
Add CHANGELOG entry for #8622
Rafael Mendonça França
2012-12-26
1
-2
/
+2
*
Revert the change at ActiveModel::Errors#add_on_blank and fix in the
Rafael Mendonça França
2012-12-26
1
-5
/
+5
*
Tests and fix for validates_presence of :allow_nil, :allow_blank
Colin Kelley
2012-12-26
1
-0
/
+34
*
Add `ActiveModel::Validations::AbsenceValidator`, a validator to check the a...
Roberto Vasquez Angel
2012-12-15
1
-0
/
+67
*
Length validation handles correctly nil. Fix #7180
Michal Zima
2012-11-26
1
-0
/
+39
[next]