Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove all calls to Rails::Initializer from boot.rb | Carl Lerche | 2009-09-30 | 1 | -20/+3 |
| | | | | This is starting a refactor of the rails initialization process. The boot.rb file will not remain the same. | ||||
* | Remove a duplicate initializer | Carl Lerche | 2009-09-29 | 1 | -12/+0 |
| | |||||
* | Change Rails::Application to a class that is inherited from. | Carl Lerche | 2009-09-29 | 1 | -14/+11 |
| | | | This is still very experimental. | ||||
* | Create the application object from config/environment.rb | Yehuda Katz + Carl Lerche | 2009-09-28 | 1 | -9/+8 |
| | | | | | This is preliminary and not necessarily reflective of the full plan. | ||||
* | Move middleware and route configuration from AC::Dispatcher to Rails ↵ | Joshua Peek | 2009-09-26 | 1 | -1/+1 |
| | | | | application object | ||||
* | Create separate middleware stack for initializer | Joshua Peek | 2009-09-26 | 1 | -0/+1 |
| | |||||
* | Move default middleware stack into initializer | Joshua Peek | 2009-09-26 | 1 | -1/+13 |
| | |||||
* | Move Rails::Static into ActionDispatch | Joshua Peek | 2009-09-26 | 1 | -1/+1 |
| | |||||
* | Enable static asset server by default | Joshua Peek | 2009-09-26 | 1 | -0/+7 |
| | |||||
* | Move tmp directory creation from server to initializer | Joshua Peek | 2009-09-26 | 1 | -0/+7 |
| | |||||
* | Fix railties tests | Joshua Peek | 2009-09-25 | 1 | -2/+4 |
| | |||||
* | Initializer.run returns an application object | Joshua Peek | 2009-09-25 | 1 | -0/+8 |
| | |||||
* | Move railties/lib/* into railties/lib/* | Yehuda Katz + Carl Lerche | 2009-09-24 | 1 | -0/+578 |