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
/
activerecord
/
test
/
cases
/
validations
/
length_validation_test.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Module#{attr,attr_accessor,attr_reader,attr_writer} become public since Ruby 2.5
Ryuta Kamizono
2018-12-21
1
-1
/
+1
*
Replace `assert !` with `assert_not`
Daniel Colson
2018-04-19
1
-4
/
+4
*
Deprecate update_attributes and update_attributes!
Eddie Lebow
2018-02-17
1
-1
/
+1
*
Use assert_predicate and assert_not_predicate
Daniel Colson
2018-01-25
1
-13
/
+13
*
Use frozen-string-literal in ActiveRecord
Kir Shatrov
2017-07-19
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 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 activerecord/test
Xavier Noria
2016-08-06
1
-13
/
+13
*
Revert changes to validations from PR #18612
eileencodes
2016-02-23
1
-14
/
+0
*
Match test name to test (typo)
Ian Fleeton
2016-02-21
1
-1
/
+1
*
Always validate record if validating a virtual attribute
eileencodes
2016-02-20
1
-0
/
+16
*
File encoding is defaulted to utf-8 in Ruby >= 2.1
Akira Matsuda
2015-09-18
1
-1
/
+0
*
replace `repair_validations` with a disposable subclass.
Yves Senn
2015-03-06
1
-32
/
+33
*
Removed magic comments # encoding: utf-8 , since its default from ruby 2.0 on...
Vipul A M
2015-02-03
1
-1
/
+0
*
Fix validations on child record when record parent has validate: false
eileencodes
2015-02-01
1
-3
/
+16
*
AR specific length validator to respect `marked_for_destruction`.
Yves Senn
2014-12-30
1
-0
/
+18
*
move AR length validation tests into separate test-case.
Yves Senn
2014-04-24
1
-0
/
+47