aboutsummaryrefslogtreecommitdiffstats
path: root/railties/test/application/initializers/i18n_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Fixed typo in railties/testPrathamesh Sonpatki2013-03-251-1/+1
* Use Ruby 1.9 Hash syntax in railtiesRobin Dupret2012-10-141-7/+7
* Remove default match without specified methodJose and Yehuda2012-04-241-2/+2
* convert railties to use AS::TestCaseAaron Patterson2012-01-051-1/+1
* Wait a full second so we have time for changes to propagateJosé Valim2011-12-161-0/+3
* Make i18n tests more robust.José Valim2011-06-121-3/+3
* Solve the RAILS_ENV problem in the railties tests in a more generic wayJon Leighton2011-06-061-0/+4
* Additionally trigger i18n configuration setup before any eager loading [#6353...Saimon Moore2011-02-011-0/+30
* Removed deprecated router API from railtiesPiotr Sarnacki2010-09-051-2/+2
* Avoid calls to Rails::Application since this is not the official API.José Valim2010-07-011-1/+1
* I18n.reload! is only called if any of the locale files actually changed.José Valim2010-06-201-19/+114
* Refactor railties test, break huge files in smaller chunks and move initiali...José Valim2010-01-261-0/+55