aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/i18n_railtie.rb
Commit message (Expand)AuthorAgeFilesLines
* Use the file watcher defined by the app configDharam Gollapudi2015-11-111-1/+1
* Reload I18n locales in developmentKir Shatrov2015-08-101-2/+17
* Use public Module#include, in favor of https://bugs.ruby-lang.org/issues/8846robertomiranda2015-01-311-1/+1
* Deprecate `false` as the way to halt AS callbacksclaudiob2015-01-021-1/+7
* Do not set enforce_available_locales to i18n 0.7Rafael Mendonça França2014-07-231-3/+1
* Require active_support at the railtiesRafael Mendonça França2014-05-271-0/+1
* Remove `require 'active_support'` from individual modulesdeeeki2014-05-271-1/+0
* Fix typo [ci skip]Carlos Antonio da Silva2013-12-211-1/+1
* Default I18n.enforce_available_locales to trueCarlos Antonio da Silva2013-12-171-4/+10
* set `i18n.enforce_available_locales` before `i18n.default_locale`.Yves Senn2013-12-051-0/+5
* update AS docs [ci skip]Francesco Rodriguez2012-09-171-2/+2
* Stop relying on mutable structures in the FileUpdateCheckerJosé Valim2012-06-121-20/+3
* FileUpdateChecker should be able to handle deleted files.José Valim2011-12-131-1/+1
* Clean up FileUpdateChecker API.José Valim2011-12-131-2/+6
* Speed up development by only reloading classes if dependencies files changed.José Valim2011-12-121-1/+2
* stop circular require warningsAaron Patterson2011-08-241-1/+0
* dealing with some -w warnings on startupAaron Patterson2011-08-241-0/+2
* Some style changessuchasurge2011-03-061-1/+1
* Ensure I18n setup is only executed once if triggered on eager loading [#6353 ...Saimon Moore2011-02-011-12/+20
* Additionally trigger i18n configuration setup before any eager loading [#6353...Saimon Moore2011-02-011-4/+11
* Replace AD::Callbacks.to_prepare with AD::Reloader.to_prepareJohn Firebaugh2010-12-201-1/+1
* Deletes trailing whitespaces (over text files only find * -type f -exec sed '...Santiago Pastorino2010-08-141-1/+1
* Add the possibility to have several behaviors in AS::Deprecation.José Valim2010-07-011-0/+1
* I18n.reload! is only called if any of the locale files actually changed.José Valim2010-06-201-0/+80