aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib/rails/application.rb
Commit message (Collapse)AuthorAgeFilesLines
* Change Rails::Application to a class that is inherited from.Carl Lerche2009-09-291-5/+11
| | | This is still very experimental.
* 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
| | | | | This is preliminary and not necessarily reflective of the full plan.
* Move middleware and route configuration from AC::Dispatcher to Rails ↵Joshua Peek2009-09-261-1/+5
| | | | application object
* 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
| | | This reverts commit f14ad4145622f45e9bf7433b5fdef4ce427efe4b.
* Revert "Start Rails::Application object"Joshua Peek2009-09-251-58/+0
| | | | This reverts commit 4129449594ad3d8ff2f8fb4836104f25406a104f.
* Start Rails::Application objectYehuda Katz + Carl Lerche2009-09-251-0/+58