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
*
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
*
Remove most code related to serialized properties
Sean Griffin
2014-06-01
1
-7
/
+0
*
Merge pull request #15210 from arthurnn/fix_hbtm_reflection
Arthur Neves
2014-05-24
1
-2
/
+2
*
Follow up to bbe7fe41 to fix enum leakage across classes.
Godfrey Chan
2014-04-07
1
-1
/
+1
*
Merge pull request #13040 from kamipo/case_sensitive_comparison
Rafael Mendonça França
2014-03-12
1
-2
/
+1
|
\
|
*
Only use BINARY for mysql case sensitive uniqueness check when column has a c...
Ryuta Kamizono
2013-11-26
1
-2
/
+1
*
|
Whitespaces
Rafael Mendonça França
2014-03-10
1
-2
/
+2
*
|
Fix a bug affecting validations of enum attributes
TheMonster
2014-02-27
1
-0
/
+7
*
|
Cleanups in API docs: his => their
Guillermo Iguaran
2013-12-02
1
-2
/
+2
*
|
Use genderless pronouns in API docs
Guillermo Iguaran
2013-12-01
1
-1
/
+1
*
|
Merge pull request #13061 from laurocaetano/fix-uniqueness-validation-for-ali...
Rafael Mendonça França
2013-11-26
1
-1
/
+9
|
/
*
Fix validation on uniqueness of empty association
Evgeny Li
2013-11-22
1
-1
/
+1
*
replace artificial space with RDoc markup (follow up #11285). [ci skip]
Yves Senn
2013-07-04
1
-2
/
+2
*
[ci skip] Separated full stop from the Optimistic_concurrency_control wiki li...
ankit8898
2013-07-04
1
-1
/
+1
*
deprecate Validator#setup (to get rid of a respond_to call). validators do th...
Nick Sutterer
2013-05-23
1
-6
/
+1
*
Change uniq validation with conditions examples to use where with hashes
Carlos Antonio da Silva
2013-03-09
1
-3
/
+3
*
Uniqueness validation uses a proc to specify the `:conditions` option.
Yves Senn
2013-03-09
1
-3
/
+7
*
Extract some methods
Carlos Antonio da Silva
2012-12-18
1
-16
/
+22
*
Change relation in place
Carlos Antonio da Silva
2012-12-18
1
-1
/
+1
*
Simplify value logic by always typecasting
Carlos Antonio da Silva
2012-12-18
1
-11
/
+5
*
Avoid unnecessary hashes with error options
Carlos Antonio da Silva
2012-12-18
1
-1
/
+4
*
Remove prepend_and_append requirement from AS
Carlos Antonio da Silva
2012-12-18
1
-3
/
+1
*
Refactor uniqueness validator logic a bit
Carlos Antonio da Silva
2012-12-18
1
-10
/
+5
*
Added support for validates_uniqueness_of in PostgreSQL array columns. Fixes:...
Pedro Padron
2012-12-18
1
-1
/
+6
*
refactoring of uniqueness validate_each
Angelo Capilleri
2012-10-14
1
-1
/
+2
*
small refactoring of build_relation in uniqueness
Angelo Capilleri
2012-09-29
1
-5
/
+3
*
update AR::Validations documentation [ci skip]
Francesco Rodriguez
2012-09-22
1
-6
/
+6
*
update AR::Validations::UniquenessValidator documentation [ci skip]
Francesco Rodriguez
2012-07-29
1
-31
/
+45
*
Fixes "Cannot visit ..." with validates_uniqueness_of
beerlington
2012-07-17
1
-1
/
+1
*
fix tests for SQLite3Adapter
Andrey Deryabin
2012-04-27
1
-1
/
+0
*
Correct grammar in documentation
Mattias Pfeiffer
2012-03-07
1
-1
/
+1
*
Change syntax to accept an AR::Relation instead of old conditions hash/array.
Mattias Pfeiffer
2012-03-07
1
-3
/
+9
*
Add :conditions option to uniqueness validator
Mattias Pfeiffer
2012-03-07
1
-2
/
+12
*
say unshift when you mean unshift (modulus prepend)
Xavier Noria
2012-02-11
1
-1
/
+3
*
Remove initialize variable columnn, not needed
Paco Guzman
2012-01-29
1
-2
/
+1
*
allow association as 1st uniqueness validation arg
Dan Pickett
2012-01-06
1
-1
/
+9
*
allow an association as a scope parameter
Dan Pickett
2012-01-06
1
-0
/
+5
[next]