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
*
Improve support for non Active Record objects on `validates_associated`
Kassio Borges
2015-11-08
1
-2
/
+8
*
applies new doc guidelines to Active Record.
Yves Senn
2015-10-14
3
-8
/
+11
*
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
*
A few documentation fixes [ci skip]
Robin Dupret
2015-06-23
1
-1
/
+1
*
refactor, don't duplicate presence validator logic.
Yves Senn
2015-06-22
1
-10
/
+4
*
docs, update Active Model reference for AR length validator. [ci skip]
Yves Senn
2015-06-22
1
-1
/
+4
*
AR absence validator respects `marked_for_destruction?`. Closes #20449.
Yves Senn
2015-06-22
1
-0
/
+24
*
Missing note on validates_presence_of validation [ci skip]
Mehmet Emin İNAÇ
2015-04-11
1
-0
/
+4
*
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
3
-0
/
+14
*
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
*
AR specific length validator to respect `marked_for_destruction`.
Yves Senn
2014-12-30
1
-0
/
+21
*
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
*
Pass symbol as an argument instead of a block
Erik Michaels-Ober
2014-11-29
1
-1
/
+1
*
Improve the performance of reading attributes
Sean Griffin
2014-11-18
1
-1
/
+1
*
Add a note on custom validation contexts.
Justin Weiss
2014-08-05
2
-6
/
+10
*
[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
[next]