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
*
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
*
AR specific length validator to respect `marked_for_destruction`.
Yves Senn
2014-12-30
1
-0
/
+18
*
pg tests, move uniqueness validation test to array tests.
Yves Senn
2014-12-02
1
-17
/
+0
*
Fixes a bug found when running individual tests against #17217 after merging
Sammy Larbi
2014-11-10
1
-1
/
+1
*
Clear validators before and after each test
Akira Matsuda
2014-08-14
1
-0
/
+1
*
Remove the side-effects of validates_presence_of.
Zuhao Wan
2014-07-22
1
-2
/
+3
*
move AR length validation tests into separate test-case.
Yves Senn
2014-04-24
2
-42
/
+48
*
Use teardown helper method.
Guo Xiang Tan
2014-03-14
1
-1
/
+1
*
passing an instance of an AR object to `find` is deprecated
Aaron Patterson
2014-03-13
1
-1
/
+1
*
use the new clear_validators! api everywhere to reset validators in tests
Kuldeep Aggarwal
2014-01-28
1
-1
/
+1
*
Add CHANGELOG entry for #13557 [ci skip]
Rafael Mendonça França
2014-01-01
1
-1
/
+0
*
add test case
gmarik
2013-12-31
1
-0
/
+17
[next]