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
/
lib
/
active_record
/
validations
/
uniqueness.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
remove incorrect statement about serializable transactions
Joe Van Dyk
2017-10-25
1
-3
/
+1
*
Update links to use https instead of http [ci skip]
Yoshiyuki Hirano
2017-08-22
1
-1
/
+1
*
Check :scope input in Uniqueness validator
Kir Shatrov
2017-08-13
1
-0
/
+4
*
Merge pull request #29946 from kamipo/passing_arel_to_where_is_boundable
Sean Griffin
2017-07-28
1
-4
/
+1
|
\
|
*
Building `where_clause` in `UniquenessValidator` is no longer needed
Ryuta Kamizono
2017-07-26
1
-4
/
+1
*
|
Use `predicate_builder.build_bind_attribute` wherever possible
Ryuta Kamizono
2017-07-28
1
-2
/
+1
|
/
*
Refactor Active Record to let Arel manage bind params
Sean Griffin
2017-07-24
1
-1
/
+31
*
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 pull request #26378 from kamipo/decouple_building_arel_ast_for_uniquene...
Jeremy Daer
2017-02-06
1
-31
/
+1
|
\
|
*
Decouple the building Arel ASTs for uniqueness validator
Ryuta Kamizono
2016-12-25
1
-31
/
+1
*
|
No need `:doc:` for `:nodoc:` classes [ci skip]
Ryuta Kamizono
2016-12-25
1
-2
/
+2
|
/
*
Privatize unneededly protected methods in Active Record
Akira Matsuda
2016-12-24
1
-5
/
+5
*
fix the uniqueness validation scope with a polymorphic association
Sergey Alekseev
2016-11-26
1
-4
/
+3
*
Deprecate the behavior of AR::Dirty inside of after_(create|update|save) call...
Sean Griffin
2016-11-01
1
-1
/
+1
*
Revert "Extract `PredicateBuilder::CaseSensitiveHandler`"
Sean Griffin
2016-08-31
1
-1
/
+31
*
Extract `PredicateBuilder::CaseSensitiveHandler`
Ryuta Kamizono
2016-08-16
1
-31
/
+1
*
Revert passing arel node with splat binds for `where`
Ryuta Kamizono
2016-08-06
1
-2
/
+5
*
Don't passing a nil value to `case_sensitive_comparison`
Ryuta Kamizono
2016-08-06
1
-7
/
+7
*
Remove unused `table` arg for `UniquenessValidator#scope_relation`
Ryuta Kamizono
2016-07-18
1
-5
/
+5
*
Prevent `RangeError` for `FinderMethods#exists?`
Ryuta Kamizono
2016-06-16
1
-1
/
+0
*
Avoid type casting in uniqueness validator
Ryuta Kamizono
2016-06-04
1
-5
/
+2
*
Merge pull request #23523 from kamipo/avoid_truncation_in_uniqueness_validation
Jeremy Daer
2016-04-18
1
-3
/
+0
|
\
|
*
Avoid a string value truncation in uniqueness validation
Ryuta Kamizono
2016-02-12
1
-3
/
+0
*
|
Fix uniqueness validation with an after_create hook.
Joe Rafaniello
2016-02-25
1
-1
/
+1
*
|
Revert changes to validations from PR #18612
eileencodes
2016-02-23
1
-1
/
+0
*
|
Merge pull request #23628 from maclover7/fix-23625
Sean Griffin
2016-02-23
1
-1
/
+1
|
\
\
|
*
|
Fix issue #23625
Jon Moss
2016-02-18
1
-1
/
+1
|
|
/
*
/
Reduce `attribute.to_s`
Ryuta Kamizono
2016-02-22
1
-6
/
+5
|
/
*
UniquenessValidator exclude itself when PK changed
Diego Silva
2016-02-09
1
-1
/
+1
*
Refactor `case_{sensitive|insensitive}_comparison`
Ryuta Kamizono
2016-01-01
1
-3
/
+6
*
Remove legacy mysql adapter
Abdelkader Boudih
2015-12-17
1
-1
/
+0
*
applies new doc guidelines to Active Record.
Yves Senn
2015-10-14
1
-4
/
+5
*
uniqueness validation raises error for persisted record without pk.
Yves Senn
2015-08-20
1
-1
/
+5
*
Properly allow uniqueness validations on primary keys.
Sean Griffin
2015-07-25
1
-1
/
+3
*
Fix uniqueness validation with out of range value
Andrey Voronkov
2015-04-08
1
-0
/
+2
*
`type_cast_for_database` -> `serialize`
Sean Griffin
2015-02-17
1
-1
/
+1
*
rm `Type#text?`
Sean Griffin
2015-02-07
1
-1
/
+1
*
Fix validations on child record when record parent has validate: false
eileencodes
2015-02-01
1
-0
/
+1
*
Remove most type related predicates from `Column`
Sean Griffin
2015-01-30
1
-2
/
+3
*
Don't rely on the column for type information in uniquness validations
Sean Griffin
2015-01-01
1
-1
/
+2
*
Remove all cases of manuallly wrapping `Arel::Nodes::Quoted`
Sean Griffin
2014-12-29
1
-1
/
+0
*
Go through normal `where` logic in uniqueness validation
Sean Griffin
2014-12-26
1
-4
/
+6
*
We don't need to cast the value a second time in uniqueness validations
Sean Griffin
2014-12-26
1
-0
/
+1
*
Correctly ignore `case_sensitive` for UUID uniqueness validation
Sean Griffin
2014-12-26
1
-1
/
+1
*
Improve the performance of reading attributes
Sean Griffin
2014-11-18
1
-1
/
+1
*
[ci skip] fix doc typo for validates_uniqueness_of
Satoru Yamasaki
2014-07-29
1
-1
/
+1
*
Remove the `text?` predicate from the type objects
Sean Griffin
2014-07-06
1
-2
/
+4
*
Don't rely on the column for type casting reflections
Sean Griffin
2014-06-18
1
-1
/
+1
[next]