Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Finish porting over the initializers to the app object and fix all the tests | Carl Lerche | 2009-10-08 | 1 | -295/+1 |
| | |||||
* | Even more initializers ported over | Carl Lerche | 2009-10-08 | 1 | -134/+1 |
| | |||||
* | Ported over more initializers | Carl Lerche | 2009-10-08 | 1 | -42/+0 |
| | |||||
* | Move the ensure_tmp_directories_exist initializer to the application object | Carl Lerche | 2009-10-08 | 1 | -7/+0 |
| | |||||
* | Moving more initializers into the application object | Carl Lerche | 2009-10-08 | 1 | -46/+1 |
| | |||||
* | Start moving the initializers into the application object | Carl Lerche | 2009-10-08 | 1 | -38/+4 |
| | |||||
* | Coerce all out going body parts to Strings | Joshua Peek | 2009-10-05 | 1 | -0/+1 |
| | |||||
* | 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 |