aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/railtie.rb
Commit message (Expand)AuthorAgeFilesLines
* added find_zone and find_zone! to AS timezones and changed the AS Railtie to ...Josh Kalderimis2011-04-051-1/+1
* Raise on invalid timezoneMarc-Andre Lafortune2011-04-051-1/+1
* add note of which configuration option to set in deprecation warning message ...bodhi2010-06-301-3/+5
* Create a deprecation behavior that triggers a notification for deprecation no...wycats2010-06-291-0/+28
* I18n.reload! is only called if any of the locale files actually changed.José Valim2010-06-201-71/+1
* Fix a bug where I18n fallbacks modules where not included in the proper backe...José Valim2010-05-231-2/+3
* Make i18n fallbacks configurable and fallback to the default locale by defaul...Sven Fuchs2010-04-171-0/+35
* Replace the placeholder base_hook API with on_load. To specify some code thatwycats2010-03-291-1/+1
* Move application configuration to the application configuration object, remov...José Valim2010-03-261-4/+2
* Make many parts of Rails lazy. In order to facilitate this,wycats2010-03-071-3/+5
* Rename engines_load_path to railties_load_path.José Valim2010-02-201-2/+2
* AC railtie should configure helpers path.José Valim2010-01-261-3/+3
* Fix i18n locales order test.José Valim2010-01-251-1/+5
* Add active_model/railtie back to generated boot.rb, add models back to paths,...José Valim2010-01-251-27/+27
* Rename plugin_name to railtie_name and engine_name.José Valim2010-01-241-2/+2
* Add I18n tests to engines.José Valim2010-01-241-0/+2
* Get rid of initializers global and create i18n railtie.José Valim2010-01-231-0/+29
* Moved more configuration away from bootstrap.José Valim2010-01-221-0/+29