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
/
uniqueness_validation_test.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
Fix `CustomCops/AssertNot` to allow it to have failure message
Ryuta Kamizono
2018-05-13
1
-24
/
+24
*
Deprecate update_attributes and update_attributes!
Eddie Lebow
2018-02-17
1
-1
/
+1
*
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
-20
/
+20
*
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
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
*
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
*
modernizes hash syntax in activerecord
Xavier Noria
2016-08-06
1
-23
/
+23
*
applies new string literal convention in activerecord/test
Xavier Noria
2016-08-06
1
-25
/
+25
*
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
*
|
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
1
-17
/
+0
*
|
Fix issue #23625
Jon Moss
2016-02-18
1
-0
/
+26
|
/
*
UniquenessValidator exclude itself when PK changed
Diego Silva
2016-02-09
1
-0
/
+11
*
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
*
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
|
/
*
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
-0
/
+17
*
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
*
passing an instance of an AR object to `find` is deprecated
Aaron Patterson
2014-03-13
1
-1
/
+1
*
Merge pull request #13061 from laurocaetano/fix-uniqueness-validation-for-ali...
Rafael Mendonça França
2013-11-26
1
-0
/
+8
*
Fix validation on uniqueness of empty association
Evgeny Li
2013-11-22
1
-0
/
+19
*
Don't skip tests if we don't need to.
Rafael Mendonça França
2013-11-08
1
-10
/
+10
*
Fix wrong `case_sensitive` in uniqueness validity test
Vipul A M
2013-05-20
1
-1
/
+1
*
Fixed typos in activerecord
Prathamesh Sonpatki
2013-03-27
1
-1
/
+1
*
Change uniq validation with conditions examples to use where with hashes
Carlos Antonio da Silva
2013-03-09
1
-2
/
+2
*
Uniqueness validation uses a proc to specify the `:conditions` option.
Yves Senn
2013-03-09
1
-1
/
+7
*
Added support for validates_uniqueness_of in PostgreSQL array columns. Fixes:...
Pedro Padron
2012-12-18
1
-3
/
+20
*
Deprecate ActiveRecord::Base.scoped.
Jon Leighton
2012-07-27
1
-1
/
+1
*
Fixes "Cannot visit ..." with validates_uniqueness_of
beerlington
2012-07-17
1
-0
/
+16
*
remove deprecated calls
Jon Leighton
2012-04-27
1
-1
/
+1
*
remove tests for #with_scope (it's now deprecated)
Jon Leighton
2012-04-25
1
-2
/
+2
*
removed unused variables
Arun Agrawal
2012-03-27
1
-2
/
+2
*
Change syntax to accept an AR::Relation instead of old conditions hash/array.
Mattias Pfeiffer
2012-03-07
1
-1
/
+1
*
Add :conditions option to uniqueness validator
Mattias Pfeiffer
2012-03-07
1
-0
/
+12
*
allow association as 1st uniqueness validation arg
Dan Pickett
2012-01-06
1
-0
/
+12
*
allow an association as a scope parameter
Dan Pickett
2012-01-06
1
-0
/
+12
*
Fixed nil field value uniqueness check
pyromaniac
2012-01-06
1
-0
/
+12
[next]