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
*
Avoid converting integer as a string into float
namusyaka
2017-02-18
1
-0
/
+1
*
Remove `:doc:` for `NumericalityValidator` [ci skip]
Ryuta Kamizono
2017-02-17
1
-5
/
+5
*
change ActiveModel::Validation to ActiveModel::Validations in comments
Sen Zhang
2017-02-15
10
-10
/
+10
*
Remove unused require
Ryuta Kamizono
2017-02-12
1
-2
/
+0
*
Remove deprecated behavior that halts callbacks when the return is false
Rafael Mendonça França
2017-02-07
1
-1
/
+0
*
Privatize unneededly protected methods in Active Model
Akira Matsuda
2016-12-24
3
-17
/
+15
*
Describe what we are protecting
Akira Matsuda
2016-12-23
1
-0
/
+2
*
Merge pull request #26905 from bogdanvlviv/docs
Andrew White
2016-11-13
2
-2
/
+2
|
\
|
*
Add missing `+` around a some literals.
bogdanvlviv
2016-10-27
2
-2
/
+2
*
|
Add more rubocop rules about whitespaces
Rafael Mendonça França
2016-10-29
2
-2
/
+2
*
|
let Regexp#match? be globally available
Xavier Noria
2016-10-27
1
-1
/
+0
|
/
*
Missing require extract_options
Akira Matsuda
2016-10-25
1
-0
/
+2
*
Removed deprecated :tokenizer in the length validator
Rafael Mendonça França
2016-10-10
1
-34
/
+1
*
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
[next]