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
/
test
/
cases
/
validations
Commit message (
Expand
)
Author
Age
Files
Lines
*
Enable `Layout/EmptyLinesAroundAccessModifier` cop
Ryuta Kamizono
2019-06-13
2
-2
/
+0
*
Merge pull request #32313 from lulalala/model_error_as_object
Rafael França
2019-04-24
3
-8
/
+23
|
\
|
*
Raise deprecation for calling `[:f] = 'b'` or `[:f] << 'b'`
lulalala
2019-03-31
2
-6
/
+6
|
*
Fix spec as generate_message is no longer called during validation
lulalala
2019-03-31
1
-0
/
+15
|
*
Fix misalignment caused by SHA eebb9ddf9ba559a510975c486fe59a4edc9da97d
lulalala
2019-03-31
1
-2
/
+2
*
|
Ensure acceptance validator is not applied more than once to Person
Chris Salzberg
2019-04-14
1
-46
/
+52
*
|
Ensure multiple anonymous modules are not included into Topic in tests
Chris Salzberg
2019-04-14
1
-18
/
+32
|
/
*
Rename `i18n_full_message` config option to `i18n_customize_full_message`
Prathamesh Sonpatki
2019-03-29
1
-13
/
+13
*
activemodel typo fix.
alkesh26
2019-02-25
1
-3
/
+3
*
activemodel typo fixes.
alkesh26
2019-01-31
1
-1
/
+1
*
Fix NumericalityValidator on object responding to `to_f`:
Edouard CHIN
2019-01-22
1
-0
/
+13
*
Enable `Style/RedundantBegin` cop to avoid newly adding redundant begin block
Ryuta Kamizono
2018-12-21
1
-18
/
+16
*
Module#{define_method,alias_method,undef_method,remove_method} become public ...
Ryuta Kamizono
2018-12-21
2
-6
/
+6
*
Fix numericality equality validation on floats
Gannon McGibbon
2018-12-12
1
-0
/
+7
*
Merge pull request #33615 from Larochelle/i18n_full_message_with_nested_attri...
Rafael França
2018-09-07
1
-1
/
+58
|
\
|
*
Call human_attribute_name with a string instead of a symbole
Martin Larochelle
2018-08-16
1
-1
/
+1
|
*
`ActiveModel.full_message` interaction with `index_errors`
Martin Larochelle
2018-08-14
1
-0
/
+57
*
|
Fix numericality validator to still use value before type cast except Active ...
Ryuta Kamizono
2018-08-24
1
-0
/
+10
|
/
*
Merge pull request #32956 from Shopify/i18n_activemodel_errors_full_message
Rafael França
2018-06-11
1
-0
/
+59
|
\
|
*
Add global config for config.active_model.i18n_full_message
Martin Larochelle
2018-06-05
1
-0
/
+23
|
*
Allow to override the full_message error format
Martin Larochelle
2018-05-22
1
-0
/
+36
*
|
Fix `CustomCops/AssertNot` to allow it to have failure message
Ryuta Kamizono
2018-05-13
1
-1
/
+1
|
/
*
Use assert_empty and assert_not_empty
Daniel Colson
2018-01-25
2
-9
/
+9
*
Use assert_predicate and assert_not_predicate
Daniel Colson
2018-01-25
12
-274
/
+274
*
Change test case name to FormatValidationTest
Patrik Bóna
2018-01-14
1
-1
/
+1
*
Fix validation callbacks on multiple context
Yoshiyuki Hirano
2017-12-20
1
-0
/
+43
*
Suppress `warning: BigDecimal.new is deprecated` in Active Model
Yasuo Honda
2017-12-14
1
-14
/
+14
*
Merge pull request #31061 from bogdanvlviv/test-if-unless-options-for-validat...
Rafael França
2017-11-06
3
-6
/
+57
|
\
|
*
Add cases to test combining validation conditions
bogdanvlviv
2017-11-06
3
-6
/
+57
*
|
Execute `ConfirmationValidator` validation when `_confirmation`'s value is `f...
bogdanvlviv
2017-11-05
1
-0
/
+13
|
/
*
Allow passing a Proc or Symbol as an argument to length validator values
Matt Rohrer
2017-10-26
1
-0
/
+31
*
Remove deprecated `:if` and `:unless` string filter for callbacks
Rafael Mendonça França
2017-10-23
2
-104
/
+2
*
Use frozen string literal in activemodel/
Kir Shatrov
2017-07-16
16
-0
/
+32
*
Revert "Merge pull request #29540 from kirs/rubocop-frozen-string"
Matthew Draper
2017-07-02
16
-16
/
+0
*
Enforce frozen string in Rubocop
Kir Shatrov
2017-07-01
16
-0
/
+16
*
Replace \Z to \z
Ryuta Kamizono
2017-04-24
1
-3
/
+3
*
Avoid converting integer as a string into float
namusyaka
2017-02-18
1
-0
/
+9
*
Remove deprecated behavior that halts callbacks when the return is false
Rafael Mendonça França
2017-02-07
1
-8
/
+6
*
Deprecate passing string to `:if` and `:unless` conditional options on `set_c...
Ryuta Kamizono
2017-02-04
2
-10
/
+30
*
Do not rely on Ruby implementation in AM test
Kir Shatrov
2016-11-19
1
-3
/
+3
*
Add more rubocop rules about whitespaces
Rafael Mendonça França
2016-10-29
7
-21
/
+21
*
Removed deprecated :tokenizer in the length validator
Rafael Mendonça França
2016-10-10
1
-36
/
+0
*
improve error message when include assertions fail
Michael Grosser
2016-09-16
2
-11
/
+11
*
Fix broken comments indentation caused by rubocop auto-correct [ci skip]
Ryuta Kamizono
2016-09-14
1
-1
/
+1
*
Add test for allow_blank in numericality validation
Nicolai Reuschling
2016-08-28
1
-0
/
+7
*
Add three new rubocop rules
Rafael Mendonça França
2016-08-16
7
-16
/
+16
*
Fix broken alignments caused by auto-correct commit 411ccbd
Ryuta Kamizono
2016-08-10
1
-1
/
+2
*
code gardening: removes redundant selfs
Xavier Noria
2016-08-08
1
-16
/
+16
*
Add `Style/EmptyLines` in `.rubocop.yml` and remove extra empty lines
Ryuta Kamizono
2016-08-07
2
-2
/
+0
*
applies remaining conventions across the project
Xavier Noria
2016-08-06
11
-12
/
+0
[next]