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
/
conditional_validation_test.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add cases to test combining validation conditions
bogdanvlviv
2017-11-06
1
-2
/
+47
*
Remove deprecated `:if` and `:unless` string filter for callbacks
Rafael Mendonça França
2017-10-23
1
-66
/
+0
*
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
*
Deprecate passing string to `:if` and `:unless` conditional options on `set_c...
Ryuta Kamizono
2017-02-04
1
-5
/
+15
*
Add more rubocop rules about whitespaces
Rafael Mendonça França
2016-10-29
1
-1
/
+1
*
Add three new rubocop rules
Rafael Mendonça França
2016-08-16
1
-2
/
+2
*
applies remaining conventions across the project
Xavier Noria
2016-08-06
1
-1
/
+0
*
applies new string literal convention in activemodel/test
Xavier Noria
2016-08-06
1
-2
/
+2
*
Removed magic comments # encoding: utf-8 , since its default from ruby 2.0 on...
Vipul A M
2015-02-03
1
-1
/
+0
*
Use the new clear_validators! api to reset validators in tests
Carlos Antonio da Silva
2014-01-27
1
-1
/
+1
*
use assert_empty in activemodel conditional validation test cases
Rajarshi Das
2013-09-10
1
-7
/
+7
*
Convert ActiveModel to 1.9 hash syntax.
Patrick Robertson
2013-05-01
1
-17
/
+17
*
Follow code conventions on some tests
Sebastian Martinez
2011-05-10
1
-12
/
+12
*
removed AR from all AMo tests, including any unneeded files (schema, fixtures...
Josh Kalderimis
2010-05-09
1
-2
/
+0
*
removed use of AR in AMo tests and removed testing of scopes (:on) in individ...
Josh Kalderimis
2010-05-08
1
-21
/
+21
*
Favor %{} in all code instead of (deprecated) {{}} as interpolation syntax fo...
Lawrence Pit
2010-05-03
1
-12
/
+12
*
No need to use ValidationsRepairHelper hack on ActiveModel anymore, Model.res...
José Valim
2009-12-23
1
-2
/
+3
*
Deprecate Errors#on_base/add_to_base/invalid?/each_full
Pratik Naik
2009-03-21
1
-3
/
+3
*
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
/
+140