Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Make the railties tests pass | Carl Lerche | 2009-10-16 | 1 | -1/+1 |
| | |||||
* | Have config/application.rb contain the application definition and require ↵ | Carl Lerche | 2009-10-15 | 1 | -2/+2 |
| | | | | that file instead of config/boot.rb or config/environment.rb in script/*. | ||||
* | Have Rails.root be based off of config.ru | Carl Lerche | 2009-10-14 | 1 | -2/+8 |
| | |||||
* | Uses fileutils | Jeremy Kemper | 2009-10-09 | 1 | -0/+2 |
| | |||||
* | Finish porting over the initializers to the app object and fix all the tests | Carl Lerche | 2009-10-08 | 1 | -0/+4 |
| | |||||
* | Start moving the initializers into the application object | Carl Lerche | 2009-10-08 | 1 | -1/+2 |
| | |||||
* | More robust console test | Joshua Peek | 2009-10-05 | 1 | -0/+4 |
| | |||||
* | Remove all calls to Rails::Initializer from boot.rb | Carl Lerche | 2009-09-30 | 1 | -12/+8 |
| | | | | This is starting a refactor of the rails initialization process. The boot.rb file will not remain the same. | ||||
* | Fix the broken railties isolation tests | Carl Lerche | 2009-09-29 | 1 | -5/+33 |
| | |||||
* | Restore "Start Rails::Application object | Joshua Peek | 2009-09-25 | 1 | -0/+107 |
| | | | This reverts commit f14ad4145622f45e9bf7433b5fdef4ce427efe4b. | ||||
* | Revert "Start Rails::Application object" | Joshua Peek | 2009-09-25 | 1 | -107/+0 |
| | | | | This reverts commit 4129449594ad3d8ff2f8fb4836104f25406a104f. | ||||
* | Start Rails::Application object | Yehuda Katz + Carl Lerche | 2009-09-25 | 1 | -0/+107 |