Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use Rails.application where we want a valid rack app | Joshua Peek | 2009-10-16 | 1 | -1/+1 |
| | |||||
* | Use Rails.initialize! where we just want to run the initializers and aren't ↵ | Joshua Peek | 2009-10-16 | 3 | -28/+28 |
| | | | | concerned about the config | ||||
* | Deprecate RAILS_ROOT in favor of Rails.root (which proxies to the ↵ | Carl Lerche | 2009-10-16 | 4 | -20/+47 |
| | | | | application's object root) | ||||
* | Remove framework subscriber tests which depends on AR, which isn't loaded | Jeremy Kemper | 2009-10-15 | 1 | -4/+0 |
| | |||||
* | Merge branch 'master' into orchestra | Jeremy Kemper | 2009-10-15 | 3 | -3/+31 |
|\ | |||||
| * | Have config/application.rb contain the application definition and require ↵ | Carl Lerche | 2009-10-15 | 3 | -3/+31 |
| | | | | | | | | that file instead of config/boot.rb or config/environment.rb in script/*. | ||||
* | | Renamed Orchestra to Notifications once again [#3321 state:resolved] | José Valim | 2009-10-15 | 1 | -8/+8 |
| | | |||||
* | | Make Orchestra specs run on isolation. | José Valim | 2009-10-15 | 1 | -1/+2 |
| | | |||||
* | | Configure Orchestra on initialization. | José Valim | 2009-10-15 | 1 | -0/+49 |
|/ | |||||
* | Have Rails.root be based off of config.ru | Carl Lerche | 2009-10-14 | 1 | -2/+34 |
| | |||||
* | Finish porting over the initializers to the app object and fix all the tests | Carl Lerche | 2009-10-14 | 2 | -1/+18 |
| | |||||
* | Finish porting over the initializers to the app object and fix all the tests | Carl Lerche | 2009-10-08 | 3 | -5/+227 |
| | |||||
* | Even more initializers ported over | Carl Lerche | 2009-10-08 | 1 | -0/+7 |
| | |||||
* | Ported over more initializers | Carl Lerche | 2009-10-08 | 1 | -0/+7 |
| | |||||
* | Moving more initializers into the application object | Carl Lerche | 2009-10-08 | 3 | -26/+115 |
| | |||||
* | Start moving the initializers into the application object | Carl Lerche | 2009-10-08 | 3 | -2/+61 |
| | |||||
* | Yank FCGI Handler from core | Joshua Peek | 2009-10-05 | 1 | -290/+0 |
| | | | http://github.com/rails/fcgi_handler | ||||
* | Rewrite FCGI handler test | Joshua Peek | 2009-10-05 | 1 | -0/+290 |
| | |||||
* | Put test in place for deprecated dispatcher | Joshua Peek | 2009-10-05 | 1 | -0/+7 |
| | |||||
* | More robust console test | Joshua Peek | 2009-10-05 | 1 | -0/+52 |
| | |||||
* | Change Rails::Application to a class that is inherited from. | Carl Lerche | 2009-09-29 | 1 | -5/+1 |
| | | | This is still very experimental. | ||||
* | Fix the broken railties isolation tests | Carl Lerche | 2009-09-29 | 1 | -3/+18 |
| | |||||
* | Create the application object from config/environment.rb | Yehuda Katz + Carl Lerche | 2009-09-28 | 1 | -36/+15 |
| | | | | | This is preliminary and not necessarily reflective of the full plan. | ||||
* | Enable static asset server by default | Joshua Peek | 2009-09-26 | 1 | -1/+0 |
| | |||||
* | Fix railties tests | Joshua Peek | 2009-09-25 | 1 | -1/+1 |
| | |||||
* | Extract "parse_config" into AD | Joshua Peek | 2009-09-25 | 1 | -3/+9 |
| | |||||
* | Restore "Start Rails::Application object | Joshua Peek | 2009-09-25 | 1 | -0/+56 |
| | | | This reverts commit f14ad4145622f45e9bf7433b5fdef4ce427efe4b. | ||||
* | Revert "Start Rails::Application object" | Joshua Peek | 2009-09-25 | 1 | -98/+0 |
| | | | | This reverts commit 4129449594ad3d8ff2f8fb4836104f25406a104f. | ||||
* | Start Rails::Application object | Yehuda Katz + Carl Lerche | 2009-09-25 | 1 | -0/+98 |