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
/
with_validation_test.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use assert_empty and assert_not_empty
Daniel Colson
2018-01-25
1
-5
/
+5
*
Use assert_predicate and assert_not_predicate
Daniel Colson
2018-01-25
1
-14
/
+14
*
Remove deprecated `:if` and `:unless` string filter for callbacks
Rafael Mendonça França
2017-10-23
1
-38
/
+2
*
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
*
improve error message when include assertions fail
Michael Grosser
2016-09-16
1
-6
/
+6
*
Add three new rubocop rules
Rafael Mendonça França
2016-08-16
1
-1
/
+1
*
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
-4
/
+4
*
Deprecate passing string to define callback.
yui-knk
2015-12-16
1
-0
/
+1
*
Use private method call assertions in Active Model tests.
Kasper Timm Hansen
2015-07-10
1
-1
/
+1
*
Remove use of mocha from Active Model
Roque Pinel
2015-05-28
1
-3
/
+5
*
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
-2
/
+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
1
-18
/
+18
*
fix some typos found in activemodel
Vipul A M
2013-03-18
1
-1
/
+1
*
Raise ArgumentError when no attribute is given to AMo::EachValidator
Carlos Antonio da Silva
2012-11-04
1
-1
/
+1
*
Optionally pass in the attribute being validated to an instance method validator
Carl Lerche
2011-02-05
1
-0
/
+9
*
Be able to pass a validator method to #validates
Carl Lerche
2011-02-05
1
-0
/
+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
-23
/
+10
*
Add validators reflection so you can do 'Person.validators' and 'Person.valid...
Prem Sichanugrist
2010-02-21
1
-0
/
+1
*
Add validates method as shortcut to setup validators for a given set of attri...
jamie
2010-01-07
1
-0
/
+22
*
Add missing tests to Validators.
José Valim
2010-01-03
1
-0
/
+47
*
No need to use ValidationsRepairHelper hack on ActiveModel anymore, Model.res...
José Valim
2009-12-23
1
-2
/
+3
*
Move validations in ActiveModel to validators, however all validatity checks ...
José Valim
2009-12-23
1
-2
/
+2
*
Validator is simply sent to validate method. However, the API needs to change...
José Valim
2009-12-22
1
-6
/
+6
*
Move validator, human_name and human_attribute_name to ActiveModel, remove de...
José Valim
2009-10-20
1
-4
/
+4
*
Fix failing AMo isolated tests
Joshua Peek
2009-09-05
1
-0
/
+2
*
Introduce validates_with to encapsulate attribute validations in a class.
Jeff Dean
2009-08-09
1
-0
/
+116