aboutsummaryrefslogtreecommitdiffstats
path: root/activemodel/test/cases/validations/i18n_validation_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Revert "No such class since 8d2866bb80fbe81acb04f5b0c44f152f571fb29f"Rafael Mendonça França2019-08-021-1/+1
* No such class since 8d2866bb80fbe81acb04f5b0c44f152f571fb29fAkira Matsuda2019-08-021-1/+1
* Switch to use `class_attribute`:Edouard CHIN2019-07-161-0/+13
* Move the `ActiveModel:Errors#full_message` method to the `Error` class:Edouard CHIN2019-07-161-43/+43
* Merge pull request #32313 from lulalala/model_error_as_objectRafael França2019-04-241-2/+17
|\
| * Fix spec as generate_message is no longer called during validationlulalala2019-03-311-0/+15
| * Fix misalignment caused by SHA eebb9ddf9ba559a510975c486fe59a4edc9da97dlulalala2019-03-311-2/+2
* | Ensure acceptance validator is not applied more than once to PersonChris Salzberg2019-04-141-46/+52
|/
* Rename `i18n_full_message` config option to `i18n_customize_full_message`Prathamesh Sonpatki2019-03-291-13/+13
* Call human_attribute_name with a string instead of a symboleMartin Larochelle2018-08-161-1/+1
* `ActiveModel.full_message` interaction with `index_errors`Martin Larochelle2018-08-141-0/+57
* Add global config for config.active_model.i18n_full_messageMartin Larochelle2018-06-051-0/+23
* Allow to override the full_message error formatMartin Larochelle2018-05-221-0/+36
* Use frozen string literal in activemodel/Kir Shatrov2017-07-161-0/+2
* Revert "Merge pull request #29540 from kirs/rubocop-frozen-string"Matthew Draper2017-07-021-1/+0
* Enforce frozen string in RubocopKir Shatrov2017-07-011-0/+1
* Fix broken comments indentation caused by rubocop auto-correct [ci skip]Ryuta Kamizono2016-09-141-1/+1
* Add three new rubocop rulesRafael Mendonça França2016-08-161-5/+5
* applies remaining conventions across the projectXavier Noria2016-08-061-1/+0
* applies new string literal convention in activemodel/testXavier Noria2016-08-061-41/+41
* pass the correct argument to mock on a test of `validates_length_of`yuuji.yaginuma2015-07-281-1/+1
* Removes unnecessary comments from i18n validations tests [ci skip]Zamith2015-07-111-61/+2
* Remove the reference to mocha in activemodelZamith2015-07-111-27/+27
* Use private method call assertions in Active Model tests.Kasper Timm Hansen2015-07-101-34/+31
* Fix typo in AM I18n validation test name [skip ci]Anton Davydov2015-06-091-1/+1
* Remove use of mocha from Active ModelRoque Pinel2015-05-281-32/+66
* Removed magic comments # encoding: utf-8 , since its default from ruby 2.0 on...Vipul A M2015-02-031-2/+0
* Run ActiveModel test suites in random order.Zuhao Wan2014-03-101-0/+1
* Use the new clear_validators! api to reset validators in testsCarlos Antonio da Silva2014-01-271-2/+2
* Convert ActiveModel to 1.9 hash syntax.Patrick Robertson2013-05-011-59/+58
* use Array() instead flattenVasiliy Ermolovich2012-11-051-20/+0
* Don't pass `:within` option to the i18nRafael Mendonça França2012-07-201-0/+22
* prevent users from unknowingly using bad regexps that can compromise security...MrBrdo2012-06-141-2/+2
* Support i18n attributes for confirmationBrian Cardarella2012-04-241-1/+1
* confirmation validation error attributeBrian Cardarella2012-04-231-6/+11
* Revert "Properly interpolate i18n keys in modules [#5572 state:resolved]"Santiago Pastorino2011-02-271-19/+0
* Properly interpolate i18n keys in modules [#5572 state:resolved]Rodrigo Rosenfeld Rosas2010-09-241-0/+19
* Make ActiveModel::Errors#add_on_blank and #add_on_empty accept an options has...Jeroen van Dijk2010-06-211-338/+169
* removed AR from all AMo tests, including any unneeded files (schema, fixtures...Josh Kalderimis2010-05-091-3/+1
* Favor %{} in all code instead of (deprecated) {{}} as interpolation syntax fo...Lawrence Pit2010-05-031-1/+1
* Fix validates_numericaly_of only integer error message [#4406 state:resolved]reu2010-04-251-9/+9
* errors.rb needs to be declared as UTF-8 [#3941 state:resolved]Aaron Patterson2010-04-021-0/+10
* Drop AR I18n deprecation and simple use errors.messages as fallback.José Valim2010-01-301-14/+14
* Be sure to dup load paths before clearing the array.José Valim2010-01-071-1/+1
* Errors messages are now moved from :activerecord.errors to simply :errors on ...José Valim2010-01-071-44/+44
* Remove deprecated ActiveModel tests (%d and %s is no longer supported in erro...José Valim2010-01-021-14/+0
* Use activerecord.errors.format as in Rails 2.3.5.José Valim2010-01-021-0/+6
* Be sure to convert namespaced names to we have 'Parrots name' instead of 'Par...José Valim2010-01-021-1/+1
* No need to use ValidationsRepairHelper hack on ActiveModel anymore, Model.res...José Valim2009-12-231-1/+0
* Move validator, human_name and human_attribute_name to ActiveModel, remove de...José Valim2009-10-201-0/+8