aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib/rails/application.rb
Commit message (Expand)AuthorAgeFilesLines
...
* Renamed Orchestra to Notifications once again [#3321 state:resolved]José Valim2009-10-151-3/+3
* Configure Orchestra on initialization.José Valim2009-10-151-0/+11
* Have Rails.root be based off of config.ruCarl Lerche2009-10-141-3/+7
* Finish porting over the initializers to the app object and fix all the testsCarl Lerche2009-10-081-0/+206
* Even more initializers ported overCarl Lerche2009-10-081-1/+133
* Ported over more initializersCarl Lerche2009-10-081-1/+41
* Move the ensure_tmp_directories_exist initializer to the application objectCarl Lerche2009-10-081-0/+7
* Moving more initializers into the application objectCarl Lerche2009-10-081-22/+71
* Start moving the initializers into the application objectCarl Lerche2009-10-081-7/+31
* Change Rails::Application to a class that is inherited from.Carl Lerche2009-09-291-5/+11
* Fix the broken railties isolation testsCarl Lerche2009-09-291-3/+3
* Create the application object from config/environment.rbYehuda Katz + Carl Lerche2009-09-281-2/+10
* Move middleware and route configuration from AC::Dispatcher to Rails applicat...Joshua Peek2009-09-261-1/+5
* Initializer.run returns an application objectJoshua Peek2009-09-251-2/+0
* Extract "parse_config" into ADJoshua Peek2009-09-251-16/+0
* Restore "Start Rails::Application objectJoshua Peek2009-09-251-0/+29
* Revert "Start Rails::Application object"Joshua Peek2009-09-251-58/+0
* Start Rails::Application objectYehuda Katz + Carl Lerche2009-09-251-0/+58