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
*
validate_each in NumericalityValidator is never called in this case.
Guillermo Iguaran
2016-08-28
1
-2
/
+0
*
revises most Lint/EndAlignment offenses
Xavier Noria
2016-08-07
1
-5
/
+5
*
applies remaining conventions across the project
Xavier Noria
2016-08-06
7
-7
/
+0
*
normalizes indentation and whitespace across the project
Xavier Noria
2016-08-06
6
-91
/
+91
*
applies new string literal convention in activemodel/lib
Xavier Noria
2016-08-06
5
-6
/
+6
*
systematic revision of =~ usage in AMo
Xavier Noria
2016-07-24
1
-2
/
+3
*
Support for unified Integer class in Ruby 2.4+
Jeremy Daer
2016-05-18
1
-1
/
+1
*
- removing redundant 'happens' in documentation [ci skip]
Mohit Natoo
2016-05-19
1
-4
/
+2
*
Chomp: prefer String#chomp where we can for a clarity boost
lvl0nax
2016-04-29
1
-5
/
+1
*
fix length validation error typo
PareshGupta
2016-04-07
1
-1
/
+1
*
Use Range#cover? for Date inclusion validator
ojab
2016-03-24
1
-3
/
+4
*
Convert non-`Numeric` values to Floats
Robert Eshleman
2015-12-22
1
-1
/
+1
*
Fix Regression in Numericality Validations
Robert Eshleman
2015-12-22
1
-2
/
+9
*
Merge pull request #19851 from repinel/numericality-validation2
Sean Griffin
2015-10-20
1
-12
/
+11
|
\
|
*
Conditionally convert the raw_value received by the numeric validator.
Roque Pinel
2015-07-11
1
-12
/
+11
*
|
`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
|
|
/
|
/
|
[next]