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
/
confirmation_validation_test.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use assert_predicate and assert_not_predicate
Daniel Colson
2018-01-25
1
-14
/
+14
*
Execute `ConfirmationValidator` validation when `_confirmation`'s value is `f...
bogdanvlviv
2017-11-05
1
-0
/
+13
*
Use frozen string literal in activemodel/
Kir Shatrov
2017-07-16
1
-0
/
+2
*
Revert "Merge pull request #29540 from kirs/rubocop-frozen-string"
Matthew Draper
2017-07-02
1
-1
/
+0
*
Enforce frozen string in Rubocop
Kir Shatrov
2017-07-01
1
-0
/
+1
*
Add more rubocop rules about whitespaces
Rafael Mendonça França
2016-10-29
1
-2
/
+2
*
Add three new rubocop rules
Rafael Mendonça França
2016-08-16
1
-1
/
+1
*
Fix broken alignments caused by auto-correct commit 411ccbd
Ryuta Kamizono
2016-08-10
1
-1
/
+2
*
applies remaining conventions across the project
Xavier Noria
2016-08-06
1
-1
/
+0
*
remove redundant curlies from hash arguments
Xavier Noria
2016-08-06
1
-4
/
+2
*
applies new string literal convention in activemodel/test
Xavier Noria
2016-08-06
1
-5
/
+5
*
Add missing test for #17351
Aditya Kapoor
2015-09-01
1
-0
/
+14
*
Removed magic comments # encoding: utf-8 , since its default from ruby 2.0 on...
Vipul A M
2015-02-03
1
-1
/
+0
*
Completely remove potential global state leaks in ActiveModel tests.
Zuhao Wan
2014-03-11
1
-9
/
+9
*
Run ActiveModel test suites in random order.
Zuhao Wan
2014-03-10
1
-6
/
+9
*
Use the new clear_validators! api to reset validators in tests
Carlos Antonio da Silva
2014-01-27
1
-2
/
+2
*
Convert ActiveModel to 1.9 hash syntax.
Patrick Robertson
2013-05-01
1
-3
/
+3
*
`validates_confirmation_of` does not override writer methods.
Yves Senn
2013-03-04
1
-0
/
+31
*
Support i18n attributes for confirmation
Brian Cardarella
2012-04-24
1
-1
/
+20
*
confirmation validation error attribute
Brian Cardarella
2012-04-23
1
-1
/
+1
*
removed AR from all AMo tests, including any unneeded files (schema, fixtures...
Josh Kalderimis
2010-05-09
1
-2
/
+0
*
removed an old unused model in the AMo tests which also removes another AR de...
Josh Kalderimis
2010-05-09
1
-1
/
+0
*
removed use of AR in AMo tests and removed testing of scopes (:on) in individ...
Josh Kalderimis
2010-05-08
1
-4
/
+4
*
No need to use ValidationsRepairHelper hack on ActiveModel anymore, Model.res...
José Valim
2009-12-23
1
-22
/
+12
*
Add ActiveModel::Validations tests for regular ruby classes
Pratik Naik
2009-03-20
1
-0
/
+17
*
TestDatabase -> TestsDatabase
Pratik Naik
2009-03-20
1
-2
/
+2
*
Move relevant validation tests from Active Record to Active Model
Pratik Naik
2009-03-20
1
-0
/
+51