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
Commit message (
Expand
)
Author
Age
Files
Lines
*
[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
2
-3
/
+3
*
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
*
|
Use `Array#wrap` instead `Array()`
gmarik
2013-12-31
1
-1
/
+1
*
|
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
*
Revert "Merge pull request #4490 from EmmanuelOga/master"
José Valim
2013-06-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
*
documentation fixes for Array.wrap and AR::Validations::AssociatedValidator
Hrvoje Šimić
2013-04-17
1
-2
/
+2
*
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
*
Fix bug with presence validation of associations.
Scott Willson
2012-10-16
1
-2
/
+4
*
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
3
-16
/
+15
*
Merge branch 'master' of github.com:lifo/docrails
Vijay Dev
2012-08-04
2
-44
/
+64
|
\
|
*
update AR::Validations::AssociatedValidator documentation [ci skip]
Francesco Rodriguez
2012-07-29
1
-13
/
+19
|
*
update AR::Validations::UniquenessValidator documentation [ci skip]
Francesco Rodriguez
2012-07-29
1
-31
/
+45
*
|
Merge pull request #6827 from zephyr-dev/master
José Valim
2012-07-27
1
-0
/
+64
|
\
\
|
|
/
|
/
|
|
*
AR has a subclass of AM:PresenceValidator.
Brent Wheeldon & Nick Monje
2012-07-20
1
-0
/
+64
*
|
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
*
validate related records in the same validation context as parent.
Emmanuel Oga
2012-01-17
1
-1
/
+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
*
Fixed nil field value uniqueness check
pyromaniac
2012-01-06
1
-2
/
+2
*
Revert "Merge pull request #2325 from pyromaniac/master"
José Valim
2012-01-06
1
-1
/
+1
[next]