aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/i18n.rb
Commit message (Expand)AuthorAgeFilesLines
* Fix method redefinition warnings in i18n gemAndrew White2016-11-021-0/+4
* Move I18n dependency back to ActiveSupport.José Valim2011-05-221-1/+1
* I18n is always loaded on boot by Active Model or Action Pack, so no need for ...José Valim2010-11-201-1/+0
* Require lazy_load_hooks.rb with the correct path.Carl Lerche2010-09-141-1/+1
* require i18n in transliterate so it can run in isolated situationsJack Dempsey2010-09-141-0/+1
* I18n.reload! is only called if any of the locale files actually changed.José Valim2010-06-201-0/+1
* Unforce i18n from ASSantiago Pastorino2010-05-311-2/+7
* Replace the placeholder base_hook API with on_load. To specify some code thatwycats2010-03-291-1/+1
* Make many parts of Rails lazy. In order to facilitate this,wycats2010-03-071-1/+2
* Fix the i18n dependency problemDavid Heinemeier Hansson2009-12-271-0/+2