Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Have script/* and Rakefile use the application object | Carlhuda | 2009-11-24 | 1 | -3/+16 |
| | |||||
* | Refactor script/server into an object that inherits from Rack::Server | Carlhuda | 2009-11-23 | 1 | -59/+61 |
| | |||||
* | Revert "Final steps toward clean rails "foo"; cd foo; gem bundle; ↵ | Jeremy Kemper | 2009-11-19 | 1 | -3/+1 |
| | | | | | | | | script/server working" Broke stuff. This reverts commit 520b8b59110dd130c89b317b6bd65d8644c7836f. | ||||
* | Final steps toward clean rails "foo"; cd foo; gem bundle; script/server working | Yehuda Katz + Carl Lerche | 2009-11-18 | 1 | -1/+3 |
| | |||||
* | Make script/server work with correct application.rb | Yehuda Katz | 2009-11-16 | 1 | -1/+1 |
| | |||||
* | Require action_dispatch, not action_controller | Yehuda Katz | 2009-11-16 | 1 | -1/+1 |
| | |||||
* | Get apps generated with working again. | Carl Lerche | 2009-10-16 | 1 | -1/+1 |
| | |||||
* | Deprecate RAILS_ROOT in favor of Rails.root (which proxies to the ↵ | Carl Lerche | 2009-10-16 | 1 | -2/+2 |
| | | | | application's object root) | ||||
* | Enable static asset server by default | Joshua Peek | 2009-09-26 | 1 | -1/+0 |
| | |||||
* | Move tmp directory creation from server to initializer | Joshua Peek | 2009-09-26 | 1 | -4/+0 |
| | |||||
* | Extract "parse_config" into AD | Joshua Peek | 2009-09-25 | 1 | -13/+1 |
| | |||||
* | Remove relative url configuration from script/server | Joshua Peek | 2009-09-25 | 1 | -15/+4 |
| | |||||
* | Generate a config.ru stub | Joshua Peek | 2009-09-25 | 1 | -13/+8 |
| | |||||
* | Revert "Start Rails::Application object" | Joshua Peek | 2009-09-25 | 1 | -2/+38 |
| | | | | This reverts commit 4129449594ad3d8ff2f8fb4836104f25406a104f. | ||||
* | Start Rails::Application object | Yehuda Katz + Carl Lerche | 2009-09-25 | 1 | -38/+2 |
| | |||||
* | Move railties/lib/* into railties/lib/* | Yehuda Katz + Carl Lerche | 2009-09-24 | 1 | -0/+106 |