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
/
length_validation_test.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Module#{define_method,alias_method,undef_method,remove_method} become public ...
Ryuta Kamizono
2018-12-21
1
-1
/
+1
*
Use assert_predicate and assert_not_predicate
Daniel Colson
2018-01-25
1
-98
/
+98
*
Allow passing a Proc or Symbol as an argument to length validator values
Matt Rohrer
2017-10-26
1
-0
/
+31
*
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
-13
/
+13
*
Removed deprecated :tokenizer in the length validator
Rafael Mendonça França
2016-10-10
1
-36
/
+0
*
Add three new rubocop rules
Rafael Mendonça França
2016-08-16
1
-1
/
+1
*
Add `Style/EmptyLines` in `.rubocop.yml` and remove extra empty lines
Ryuta Kamizono
2016-08-07
1
-1
/
+0
*
applies new string literal convention in activemodel/test
Xavier Noria
2016-08-06
1
-9
/
+9
*
Support for unified Integer class in Ruby 2.4+
Jeremy Daer
2016-05-18
1
-1
/
+1
*
Deprecate the `:tokenizer` option to `validates_length_of`
Sean Griffin
2015-03-29
1
-4
/
+16
*
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
1
-1
/
+0
|
/
*
Use the new clear_validators! api to reset validators in tests
Carlos Antonio da Silva
2014-01-27
1
-2
/
+2
*
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
*
Length validation handles correctly nil. Fix #7180
Michal Zima
2012-11-26
1
-0
/
+39
*
To infinity… and beyond!
Niels Ganser
2012-02-06
1
-0
/
+18
*
Remove dead code from AMo.
José Valim
2011-12-20
1
-47
/
+37
*
Follow code conventions on some tests
Sebastian Martinez
2011-05-10
1
-15
/
+15
*
Refactor length validation
Santiago Pastorino
2011-03-12
1
-3
/
+3
*
length validation for fixnums
Andriy Tyurnikov
2011-03-12
1
-0
/
+11
*
Failing test for validates_length_of, when both too_short and too_long messag...
rohit
2010-08-03
1
-0
/
+14
*
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
-140
/
+53
*
Favor %{} in all code instead of (deprecated) {{}} as interpolation syntax fo...
Lawrence Pit
2010-05-03
1
-12
/
+12
*
Compile length validator options still at the class level, so whenever the va...
José Valim
2010-01-08
1
-4
/
+2
*
No need to use ValidationsRepairHelper hack on ActiveModel anymore, Model.res...
José Valim
2009-12-23
1
-41
/
+12
*
Fix exclusive range patch to use begin/end instead of min/max. [#2981 status:...
Adam Keys
2009-08-08
1
-0
/
+14
*
Simplyfy validates_length_of and remove puts
Pratik Naik
2009-08-08
1
-1
/
+0
*
validates_length_of with maximum should allow nil [#2309 status:resolved]
jzw
2009-08-08
1
-3
/
+7
*
Add ActiveModel::Validations tests for regular ruby classes
Pratik Naik
2009-03-20
1
-0
/
+17
*
Add I18n translations to ActiveModel and move more AR specific parts to Activ...
Pratik Naik
2009-03-20
1
-11
/
+0
*
Deprecate Error#on(attribute) in favour of Errors#[attribute]
Pratik Naik
2009-03-20
1
-26
/
+26
*
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
/
+443