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
*
Update validates_inclusion_of example
Cassidy Kobewka
2018-04-17
1
-1
/
+1
*
Use string-based fields. [ci skip]
Cassidy Kobewka
2018-04-16
1
-1
/
+1
*
Inclusive Language in Documentation Examples [ci skip]
Cassidy Kobewka
2018-04-15
1
-1
/
+1
*
Rails 6 requires Ruby 2.3+
Jeremy Daer
2018-02-17
2
-7
/
+2
*
Refactor to `Array(options[:on])` only once in defining validations
Ryuta Kamizono
2018-01-01
1
-8
/
+10
*
Fix validation callbacks on multiple context
Yoshiyuki Hirano
2017-12-20
1
-9
/
+13
*
Update validates.rb
Lonre Wang
2017-12-10
1
-1
/
+1
*
Execute `ConfirmationValidator` validation when `_confirmation`'s value is `f...
bogdanvlviv
2017-11-05
1
-1
/
+1
*
Allow passing a Proc or Symbol as an argument to length validator values
Matt Rohrer
2017-10-26
1
-2
/
+8
*
[Active Model] require => require_relative
Akira Matsuda
2017-10-21
2
-2
/
+2
*
Use frozen string literal in activemodel/
Kir Shatrov
2017-07-16
14
-0
/
+28
*
[Active Model] require => require_relative
Akira Matsuda
2017-07-01
2
-2
/
+2
*
Fix regression in Numericality validator where extra decimal places on
Bradley Priest
2017-05-27
1
-1
/
+3
*
remove uniqueness validators from ActiveModel examples
stve
2017-05-02
1
-3
/
+2
*
Fix regexp in the doc [ci skip]
Ryuta Kamizono
2017-04-24
1
-1
/
+1
*
:scissors:
Ryuta Kamizono
2017-04-13
2
-2
/
+0
*
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
|
\
\
[next]