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
*
Module#{attr,attr_accessor,attr_reader,attr_writer} become public since Ruby 2.5
Ryuta Kamizono
2018-12-21
2
-4
/
+4
*
Prevent infinit method_missing loop on attribute methods
Ryuta Kamizono
2018-12-15
1
-0
/
+1
*
Merge pull request #34693 from ahorek/match
Ryuta Kamizono
2018-12-13
1
-3
/
+3
|
\
|
*
use match?
pavel
2018-12-12
1
-3
/
+3
|
/
*
Fix numericality equality validation on floats
Gannon McGibbon
2018-12-12
1
-10
/
+22
*
Do not use deprecated Object#!~ in Ruby 2.6
Rafael Mendonça França
2018-11-26
1
-1
/
+5
*
Add `Style/RedundantFreeze` to remove redudant `.freeze`
Yasuo Honda
2018-09-29
1
-1
/
+1
*
Fix numericality validator to still use value before type cast except Active ...
Ryuta Kamizono
2018-08-24
1
-4
/
+11
*
Fix numericality validator not to be affected by custom getter
Ryuta Kamizono
2018-08-13
1
-0
/
+2
*
Parse raw value only when a value came from user in numericality validator
Ryuta Kamizono
2018-05-28
1
-2
/
+4
*
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
[next]