aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/controller/localized_templates_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Change `ActionDispatch::Response#content_type` returning Content-Type header ...yuuji.yaginuma2019-06-011-1/+1
* Use frozen string literal in actionpack/Kir Shatrov2017-07-291-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
* applies new string literal convention in actionpack/testXavier Noria2016-08-061-1/+1
* Use public Module#include, in favor of https://bugs.ruby-lang.org/issues/8846robertomiranda2015-01-311-1/+1
* Typo: Hello = Guten Tag (in German)Tu Hoang2014-12-051-2/+2
* Move I18n.locale setting into setup and teardown.Zuhao Wan2014-05-281-10/+8
* Fix header Content-Type: #<Mime::NullType:...> in localized templateAngelo capilleri2013-12-031-0/+11
* Include I18n fallbacks in :locale lookup contextJuan Barreneche2013-03-161-0/+9
* Restore I18n.locale after running testsAkira Matsuda2013-01-221-1/+7
* Fixed that default locale templates should be used if the current locale temp...Carl Lerche2010-04-081-0/+22