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
/
activemodel
/
lib
/
active_model
/
validations
Commit message (
Expand
)
Author
Age
Files
Lines
*
`validates_acceptance_of` shouldn't require a database connection
Sean Griffin
2015-09-25
1
-4
/
+51
*
Fix the AS::Callbacks terminator regression from 4.2.3
Roque Pinel
2015-09-22
1
-0
/
+1
*
AMo typos
Akira Matsuda
2015-09-22
1
-2
/
+2
*
Fix failure introduced by #17351 due to the new mocks implementation
Carlos Antonio da Silva
2015-09-01
1
-1
/
+1
*
Fix syntax error introduced by #17351.
Jashank Jeremy
2015-09-01
1
-1
/
+1
*
Merge pull request #17351 from akshat-sharma/master
Rafael Mendonça França
2015-09-01
1
-4
/
+16
|
\
|
*
Add case_sensitive option for confirmation validation
Akshat Sharma
2015-09-01
1
-4
/
+16
*
|
Freeze string literals when not mutated.
schneems
2015-07-19
1
-1
/
+1
*
|
Revert "Revert "Reduce allocations when running AR callbacks.""
Guo Xiang Tan
2015-07-16
1
-1
/
+1
*
|
Separate the constraint and other options [ci skip]
Robin Dupret
2015-07-01
1
-3
/
+8
*
|
Improve Validation Helpers' documentation comments and tests
Radan Skoric
2015-06-27
3
-7
/
+10
*
|
A few documentation fixes [ci skip]
Robin Dupret
2015-06-23
1
-1
/
+1
*
|
Add nodoc to the Validations::Helpers [ci skip]
Mehmet Emin İNAÇ
2015-06-22
1
-1
/
+1
*
|
docs, :scissors: wrongly placed heading. [ci skip]
Yves Senn
2015-06-22
1
-2
/
+0
*
|
Move the validations HelperMethods to its own file
Roque Pinel
2015-06-21
2
-10
/
+13
*
|
Merge pull request #19448 from tgxworld/fix_activesupport_callbacks_clash_on_run
Rafael Mendonça França
2015-04-06
1
-1
/
+1
|
\
\
|
*
|
Revert "Reduce allocations when running AR callbacks."
Guo Xiang Tan
2015-03-22
1
-1
/
+1
*
|
|
fix typo in deprecation message. [Robin Dupret]
Yves Senn
2015-04-05
1
-1
/
+1
*
|
|
Deprecate the `:tokenizer` option to `validates_length_of`
Sean Griffin
2015-03-29
1
-8
/
+30
|
/
/
*
|
Merge pull request #17144 from skojin/patch-doc-validation-format-z-regexp
Rafael Mendonça França
2015-02-20
1
-1
/
+1
|
\
\
|
*
|
fix mistype in doc about \z regexp
Sergey Kojin
2014-10-02
1
-1
/
+1
*
|
|
Tiny documentation edits [ci skip]
Robin Dupret
2015-02-15
1
-4
/
+6
*
|
|
Merge pull request #16381 from kakipo/validate-length-tokenizer
Rafael Mendonça França
2015-02-13
1
-7
/
+11
|
\
\
\
|
*
|
|
Allow symbol as values for `tokenize` of `LengthValidator`
kakipo
2014-08-03
1
-7
/
+11
*
|
|
|
allow '1' or true for acceptance validation.
mo khan
2015-01-10
1
-2
/
+6
*
|
|
|
Merge pull request #17227 from claudiob/explicitly-abort-callbacks
Rafael Mendonça França
2015-01-03
1
-3
/
+2
|
\
\
\
\
|
*
|
|
|
Deprecate `false` as the way to halt AM validation callbacks
claudiob
2015-01-02
1
-3
/
+2
|
*
|
|
|
Throw :abort halts default CallbackChains
claudiob
2015-01-02
1
-1
/
+1
*
|
|
|
|
Use Active Model, not ActiveModel in plain English
claudiob
2015-01-02
1
-1
/
+1
|
/
/
/
/
*
|
|
|
Ensure numericality validations work with mutation
Sean Griffin
2014-12-01
1
-0
/
+11
*
|
|
|
add missing space.[ci skip]
Kuldeep Aggarwal
2014-11-01
1
-1
/
+1
*
|
|
|
Prefix internal method with _
Rafael Mendonça França
2014-10-25
1
-1
/
+1
|
|
_
|
/
|
/
|
|
*
|
|
Merge pull request #16409 from justinweiss/update_validation_context_document...
Zachary Scott
2014-10-03
2
-5
/
+10
|
\
\
\
|
*
|
|
Add a note on custom validation contexts.
Justin Weiss
2014-08-05
2
-5
/
+10
|
|
/
/
*
|
/
Disallow appended newlines when parsing as integer
Michael Genereux
2014-10-02
1
-1
/
+1
|
|
/
|
/
|
*
|
Refactor callback setup in to use lambda instead of eval
Pablo Herrero
2014-09-30
1
-2
/
+4
*
|
Reduce allocations when running AR callbacks.
Pete Higgins
2014-09-28
1
-1
/
+1
*
|
Update documentation to match change in #5942 [ci skip]
edogawaconan
2014-08-24
1
-1
/
+1
|
/
*
`only_integer` of `NumericalityValidator` now allows procs and symbols
Robin Mehner
2014-06-22
1
-1
/
+13
*
add missing parentheses to validates_with documentation [skip ci]
Steve Agalloco
2014-04-04
1
-1
/
+1
*
Fix some validators when used on model instance
Eric Hutzelman
2014-02-26
1
-0
/
+2
*
revises references to :allow_(nil|blank) in some docs [ci skip] [Steven Yang ...
Xavier Noria
2014-01-26
9
-24
/
+12
*
doc proc/lambda arg on inclusion validation. Closes #13689. [ci skip]
Yves Senn
2014-01-13
1
-1
/
+2
*
Adding missing backslashes in active_model files so as to avoid unwanted link...
aditya-kapoor
2013-12-27
2
-2
/
+2
*
fix email regex example code [ci skip]
Angelo capilleri
2013-12-03
1
-1
/
+1
*
Remove short circuit return in favor of simple conditional
Carlos Antonio da Silva
2013-11-15
1
-4
/
+7
*
Invert conditional to avoid double checking for Regexp
Carlos Antonio da Silva
2013-11-15
1
-11
/
+12
*
Only check that the option exists once instead of doing on each conditional
Carlos Antonio da Silva
2013-11-15
1
-8
/
+9
*
Remove argument that is accessible as attribute
Carlos Antonio da Silva
2013-11-15
1
-3
/
+3
*
Cache regexp source on format validation to avoid allocating new objects
Carlos Antonio da Silva
2013-11-15
1
-2
/
+2
[next]