aboutsummaryrefslogtreecommitdiffstats
path: root/actionview/test/template/translation_helper_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Fix TranslationHelper#translate handling of Hash defaultsJean Boussier2019-06-141-0/+5
* Prefer render template: in testsJohn Hawthorn2019-03-211-4/+4
* 🚨 Make the cops happy 🚨Aaron Patterson2019-02-061-1/+1
* Move templates to an anonymous subclass of AV::BaseAaron Patterson2019-02-061-1/+4
* Tighten up the AV::Base constructorAaron Patterson2019-01-291-1/+1
* Add safe html support to arrays of translationsJuan Broullon2018-07-031-2/+5
* Use assert_predicate and assert_not_predicateDaniel Colson2018-01-251-3/+3
* Use frozen string literal in actionview/Kir Shatrov2017-07-241-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
* modernizes hash syntax in actionviewXavier Noria2016-08-061-33/+33
* applies new string literal convention in actionview/testXavier Noria2016-08-061-38/+38
* Fix typoAkshay Vishnoi2015-12-301-1/+1
* debug_missing_translation configuration added to action_viewSameer Rahmani2015-12-181-0/+10
* Ignore scope in missing translation input.Kasper Timm Hansen2015-10-281-0/+8
* Include interpolation values to translation_missing helperKir Shatrov2015-09-181-0/+6
* Removed Mocha from ActionView part 1Ronak Jangir2015-08-241-5/+8
* Remove :rescue_format option for translate helper since it's no longer suppor...Bernard Potocki2015-05-041-14/+2
* Handle raise flag in translate when both main and default translation is miss...Bernard Potocki2015-05-041-0/+13
* Allow an array to be a default translation value.Adam Prescott2015-04-041-0/+5
* Merge pull request #19421 from jcoyne/translate_defaults_with_nilRafael Mendonça França2015-03-201-0/+5
* Fix regression when passing a value different of String.Ulisses Almeida2015-02-261-0/+5
* Avoid changing the global state on the testsRafael Mendonça França2015-01-051-1/+6
* Merge pull request #17676 from tigrish/fix_custom_i18n_exception_handler_regr...Rafael Mendonça França2015-01-051-0/+19
|\
| * Fix I18n regression introduced by #13832Christopher Dell2014-11-191-0/+19
* | Unsafe default translations should not be marked html_safeJustin Coyne2015-01-021-0/+6
|/
* fix the undefined method content_tag #15245Rajarshi Das2014-09-061-1/+0
* Clean up I18n stored translations after test.Zuhao Wan2014-06-141-1/+5
* Fix assertion order and :scissors: extra spacesCarlos Antonio da Silva2014-05-131-2/+2
* Dup options hash to prevent modificationsJosep Jaume Rey2014-05-131-0/+6
* Rails config for raise on missing translationsKassio Borges2014-01-271-0/+10
* Escalate missing error when :raise is trueShota Fukumori (sora_h)2013-12-051-0/+6
* Stop using i18n's built in HTML error handling.Michael Koziarski2013-12-021-1/+1
* Move template tests from actionpack to actionviewPiotr Sarnacki2013-06-201-0/+138