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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge pull request #35424 from Korri/validation-rules-locale-fallback
Rafael França
2019-03-11
1
-2
/
+18
|
\
|
*
Fall back to parent locale before it falls back to the :errors namespace
Hugo Vacher
2019-03-04
1
-2
/
+18
*
|
Replace “can not” with “cannot”.
Samantha John
2019-03-06
1
-1
/
+1
*
|
Deprecate mismatched collation comparison for uniquness validator
Ryuta Kamizono
2019-03-04
1
-0
/
+45
|
/
*
Module#{attr,attr_accessor,attr_reader,attr_writer} become public since Ruby 2.5
Ryuta Kamizono
2018-12-21
3
-3
/
+3
*
Fix `CustomCops/AssertNot` to allow it to have failure message
Ryuta Kamizono
2018-05-13
1
-24
/
+24
*
Replace `assert !` with `assert_not`
Daniel Colson
2018-04-19
1
-4
/
+4
*
Deprecate update_attributes and update_attributes!
Eddie Lebow
2018-02-17
2
-2
/
+2
*
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
5
-59
/
+59
*
Change refute to assert_not
Daniel Colson
2018-01-25
1
-2
/
+2
*
Check :scope input in Uniqueness validator
Kir Shatrov
2017-08-13
1
-0
/
+7
*
Use frozen-string-literal in ActiveRecord
Kir Shatrov
2017-07-19
7
-0
/
+14
*
Revert "Merge pull request #29540 from kirs/rubocop-frozen-string"
Matthew Draper
2017-07-02
7
-7
/
+0
*
Enforce frozen string in Rubocop
Kir Shatrov
2017-07-01
7
-0
/
+7
*
Merge branch 'master' of github.com:rails/docrails
Vijay Dev
2017-03-04
1
-1
/
+1
|
\
|
*
Remove duplicated "does" [ci skip]
Ryuta Kamizono
2017-02-14
1
-1
/
+1
*
|
Fix a tests of AR::ValueTooLong when using OracleAdapter
Koichi ITO
2017-02-14
1
-2
/
+2
|
/
*
fix the uniqueness validation scope with a polymorphic association
Sergey Alekseev
2016-11-26
1
-0
/
+16
*
Add more rubocop rules about whitespaces
Rafael Mendonça França
2016-10-29
1
-1
/
+1
*
Fix broken comments indentation caused by rubocop auto-correct [ci skip]
Ryuta Kamizono
2016-09-14
1
-1
/
+1
*
Add three new rubocop rules
Rafael Mendonça França
2016-08-16
3
-15
/
+15
*
Add `Style/EmptyLines` in `.rubocop.yml` and remove extra empty lines
Ryuta Kamizono
2016-08-07
1
-1
/
+0
*
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
/
+4
*
modernizes hash syntax in activerecord
Xavier Noria
2016-08-06
4
-50
/
+50
*
applies new string literal convention in activerecord/test
Xavier Noria
2016-08-06
7
-81
/
+81
*
Add i18n_validation_test
sukesan1984
2016-06-02
1
-4
/
+2
*
Merge pull request #23523 from kamipo/avoid_truncation_in_uniqueness_validation
Jeremy Daer
2016-04-18
1
-10
/
+32
|
\
|
*
Avoid a string value truncation in uniqueness validation
Ryuta Kamizono
2016-02-12
1
-10
/
+22
*
|
remove outdated comment [ci skip]
yuuji.yaginuma
2016-03-05
1
-6
/
+0
*
|
Fix test name typo prescence -> presence
eileencodes
2016-02-27
1
-1
/
+1
*
|
Fix uniqueness validation with an after_create hook.
Joe Rafaniello
2016-02-25
1
-0
/
+18
*
|
Revert changes to validations from PR #18612
eileencodes
2016-02-23
4
-63
/
+21
*
|
Merge pull request #23628 from maclover7/fix-23625
Sean Griffin
2016-02-23
1
-0
/
+26
|
\
\
|
*
|
Fix issue #23625
Jon Moss
2016-02-18
1
-0
/
+26
|
|
/
*
|
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
3
-0
/
+45
|
/
*
UniquenessValidator exclude itself when PK changed
Diego Silva
2016-02-09
1
-0
/
+11
*
Improve support for non Active Record objects on `validates_associated`
Kassio Borges
2015-11-08
1
-0
/
+12
*
File encoding is defaulted to utf-8 in Ruby >= 2.1
Akira Matsuda
2015-09-18
1
-1
/
+0
*
Removed mocha from Active Record Part 1
Ronak Jangir
2015-08-25
1
-4
/
+6
*
uniqueness validation raises error for persisted record without pk.
Yves Senn
2015-08-20
1
-0
/
+23
*
Properly allow uniqueness validations on primary keys.
Sean Griffin
2015-07-25
1
-0
/
+19
*
AR absence validator respects `marked_for_destruction?`. Closes #20449.
Yves Senn
2015-06-22
1
-0
/
+75
*
Merge branch 'fix_uniqueness_validation_when_value_is_out_of_range'
Sean Griffin
2015-04-08
1
-0
/
+25
|
\
|
*
Fix uniqueness validation with out of range value
Andrey Voronkov
2015-04-08
1
-0
/
+25
|
/
*
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
3
-3
/
+0
*
Fix validations on child record when record parent has validate: false
eileencodes
2015-02-01
4
-5
/
+50
[next]