aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib/rails/bootstrap.rb
Commit message (Collapse)AuthorAgeFilesLines
* 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