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
/
i18n_validation_test.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Revert "No such class since 8d2866bb80fbe81acb04f5b0c44f152f571fb29f"
Rafael Mendonça França
2019-08-02
1
-1
/
+1
*
No such class since 8d2866bb80fbe81acb04f5b0c44f152f571fb29f
Akira Matsuda
2019-08-02
1
-1
/
+1
*
Switch to use `class_attribute`:
Edouard CHIN
2019-07-16
1
-0
/
+13
*
Move the `ActiveModel:Errors#full_message` method to the `Error` class:
Edouard CHIN
2019-07-16
1
-43
/
+43
*
Merge pull request #32313 from lulalala/model_error_as_object
Rafael França
2019-04-24
1
-2
/
+17
|
\
|
*
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
|
/
*
Rename `i18n_full_message` config option to `i18n_customize_full_message`
Prathamesh Sonpatki
2019-03-29
1
-13
/
+13
*
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
*
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
*
Use frozen string literal in activemodel/
Kir Shatrov
2017-07-16
1
-0
/
+2
*
Revert "Merge pull request #29540 from kirs/rubocop-frozen-string"
Matthew Draper
2017-07-02
1
-1
/
+0
*
Enforce frozen string in Rubocop
Kir Shatrov
2017-07-01
1
-0
/
+1
*
Fix broken comments indentation caused by rubocop auto-correct [ci skip]
Ryuta Kamizono
2016-09-14
1
-1
/
+1
*
Add three new rubocop rules
Rafael Mendonça França
2016-08-16
1
-5
/
+5
*
applies remaining conventions across the project
Xavier Noria
2016-08-06
1
-1
/
+0
*
applies new string literal convention in activemodel/test
Xavier Noria
2016-08-06
1
-41
/
+41
*
pass the correct argument to mock on a test of `validates_length_of`
yuuji.yaginuma
2015-07-28
1
-1
/
+1
*
Removes unnecessary comments from i18n validations tests [ci skip]
Zamith
2015-07-11
1
-61
/
+2
*
Remove the reference to mocha in activemodel
Zamith
2015-07-11
1
-27
/
+27
*
Use private method call assertions in Active Model tests.
Kasper Timm Hansen
2015-07-10
1
-34
/
+31
*
Fix typo in AM I18n validation test name [skip ci]
Anton Davydov
2015-06-09
1
-1
/
+1
*
Remove use of mocha from Active Model
Roque Pinel
2015-05-28
1
-32
/
+66
*
Removed magic comments # encoding: utf-8 , since its default from ruby 2.0 on...
Vipul A M
2015-02-03
1
-2
/
+0
*
Run ActiveModel test suites in random order.
Zuhao Wan
2014-03-10
1
-0
/
+1
*
Use the new clear_validators! api to reset validators in tests
Carlos Antonio da Silva
2014-01-27
1
-2
/
+2
*
Convert ActiveModel to 1.9 hash syntax.
Patrick Robertson
2013-05-01
1
-59
/
+58
*
use Array() instead flatten
Vasiliy Ermolovich
2012-11-05
1
-20
/
+0
*
Don't pass `:within` option to the i18n
Rafael Mendonça França
2012-07-20
1
-0
/
+22
*
prevent users from unknowingly using bad regexps that can compromise security...
MrBrdo
2012-06-14
1
-2
/
+2
*
Support i18n attributes for confirmation
Brian Cardarella
2012-04-24
1
-1
/
+1
*
confirmation validation error attribute
Brian Cardarella
2012-04-23
1
-6
/
+11
*
Revert "Properly interpolate i18n keys in modules [#5572 state:resolved]"
Santiago Pastorino
2011-02-27
1
-19
/
+0
*
Properly interpolate i18n keys in modules [#5572 state:resolved]
Rodrigo Rosenfeld Rosas
2010-09-24
1
-0
/
+19
*
Make ActiveModel::Errors#add_on_blank and #add_on_empty accept an options has...
Jeroen van Dijk
2010-06-21
1
-338
/
+169
*
removed AR from all AMo tests, including any unneeded files (schema, fixtures...
Josh Kalderimis
2010-05-09
1
-3
/
+1
*
Favor %{} in all code instead of (deprecated) {{}} as interpolation syntax fo...
Lawrence Pit
2010-05-03
1
-1
/
+1
*
Fix validates_numericaly_of only integer error message [#4406 state:resolved]
reu
2010-04-25
1
-9
/
+9
*
errors.rb needs to be declared as UTF-8 [#3941 state:resolved]
Aaron Patterson
2010-04-02
1
-0
/
+10
*
Drop AR I18n deprecation and simple use errors.messages as fallback.
José Valim
2010-01-30
1
-14
/
+14
*
Be sure to dup load paths before clearing the array.
José Valim
2010-01-07
1
-1
/
+1
*
Errors messages are now moved from :activerecord.errors to simply :errors on ...
José Valim
2010-01-07
1
-44
/
+44
*
Remove deprecated ActiveModel tests (%d and %s is no longer supported in erro...
José Valim
2010-01-02
1
-14
/
+0
*
Use activerecord.errors.format as in Rails 2.3.5.
José Valim
2010-01-02
1
-0
/
+6
*
Be sure to convert namespaced names to we have 'Parrots name' instead of 'Par...
José Valim
2010-01-02
1
-1
/
+1
*
No need to use ValidationsRepairHelper hack on ActiveModel anymore, Model.res...
José Valim
2009-12-23
1
-1
/
+0
*
Move validator, human_name and human_attribute_name to ActiveModel, remove de...
José Valim
2009-10-20
1
-0
/
+8
[next]