aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib/rails/bootstrap.rb
Commit message (Collapse)AuthorAgeFilesLines
* Ensure user set load paths have higher preference and move Bootstrap inside ↵José Valim2010-01-231-80/+0
| | | | Application.
* Get rid of initializers global and create i18n railtie.José Valim2010-01-231-16/+35
|
* Moved more configuration away from bootstrap.José Valim2010-01-221-72/+0
|
* Massive cleanup in Railties and load stack.José Valim2010-01-211-45/+17
|
* Add all folders in app/* to the load pathJoshua Peek2010-01-181-3/+8
|
* Move Dispatcher setup to Railties and add instrumentation hook.José Valim2010-01-151-5/+16
|
* Set up subscriber on initialization.José Valim2010-01-131-0/+13
|
* Set deprecation warnings for RAILS_ENV and RAILS_DEFAULT_LOGGER.José Valim2010-01-131-8/+0
|
* As the other constants, RAILS_DEFAULT_LOGGER no more.José Valim2010-01-131-20/+15
|
* Get everyone running on Rails.env and fix the broken environment settings ↵David Heinemeier Hansson2010-01-111-1/+6
| | | | for script/console and script/dbconsole
* Run railtie and plugin initializers before app specific onesJoshua Peek2010-01-071-0/+140