Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | script/runner should require environment | Joshua Peek | 2009-10-16 | 1 | -2/+0 |
| | |||||
* | script/performance/profiler should require environment | Joshua Peek | 2009-10-16 | 1 | -4/+0 |
| | |||||
* | script/performance/benchmarker should require environment | Joshua Peek | 2009-10-16 | 1 | -2/+1 |
| | |||||
* | script/generate should require environment | Joshua Peek | 2009-10-16 | 1 | -1/+0 |
| | |||||
* | script/about should require environment | Joshua Peek | 2009-10-16 | 1 | -1/+0 |
| | |||||
* | Use Rails.initialize! where we just want to run the initializers and aren't ↵ | Joshua Peek | 2009-10-16 | 5 | -5/+5 |
| | | | | concerned about the config | ||||
* | 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 | 5 | -6/+4 |
| | | | | application's object root) | ||||
* | Have config/application.rb contain the application definition and require ↵ | Carl Lerche | 2009-10-15 | 7 | -7/+7 |
| | | | | that file instead of config/boot.rb or config/environment.rb in script/*. | ||||
* | Yank FCGI Handler from core | Joshua Peek | 2009-10-05 | 1 | -86/+0 |
| | | | http://github.com/rails/fcgi_handler | ||||
* | 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 | 13 | -0/+1096 |