aboutsummaryrefslogtreecommitdiffstats
path: root/railties/test/application/initializers/i18n_test.rb
Commit message (Collapse)AuthorAgeFilesLines
* Additionally trigger i18n configuration setup before any eager loading ↵Saimon Moore2011-02-011-0/+30
| | | | | | | | | [#6353 state:resolved] This handles the case where config.cache_classes is true and classes are loaded before the I18n load path has had a chance to be populated. Signed-off-by: Santiago Pastorino <santiago@wyeworks.com>
* 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
| | | | Your application should *always* reference your application const (as Blog::Application) and Rails.application should be used just internally.
* 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 ↵José Valim2010-01-261-0/+55
initializers to application folder.