Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | script/runner should require environment | Joshua Peek | 2009-10-16 | 1 | -1/+1 |
| | |||||
* | script/performance/profiler should require environment | Joshua Peek | 2009-10-16 | 1 | -1/+1 |
| | |||||
* | script/performance/benchmarker should require environment | Joshua Peek | 2009-10-16 | 1 | -1/+1 |
| | |||||
* | script/generate should require environment | Joshua Peek | 2009-10-16 | 1 | -1/+1 |
| | |||||
* | script/about should require environment | Joshua Peek | 2009-10-16 | 1 | -1/+1 |
| | |||||
* | 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 | 1 | -1/+1 |
| | | | | concerned about the config | ||||
* | Rackup file should require environment | Joshua Peek | 2009-10-16 | 1 | -1/+1 |
| | |||||
* | Get apps generated with working again. | Carl Lerche | 2009-10-16 | 1 | -50/+43 |
| | |||||
* | Ruby 1.9: qualify toplevel File reference since config.ru could be eval'd in ↵ | Joshua Peek | 2009-10-16 | 1 | -1/+1 |
| | | | | | | a different scope Restores accidentally-reverted commit. | ||||
* | Deprecate RAILS_ROOT in favor of Rails.root (which proxies to the ↵ | Carl Lerche | 2009-10-16 | 3 | -6/+3 |
| | | | | application's object root) | ||||
* | Have config/application.rb contain the application definition and require ↵ | Carl Lerche | 2009-10-15 | 16 | -61/+66 |
| | | | | that file instead of config/boot.rb or config/environment.rb in script/*. | ||||
* | Add Gemfile to the rails application generator | Yehuda Katz + Carl Lerche | 2009-10-14 | 2 | -0/+11 |
| | |||||
* | Start moving the initializers into the application object | Carl Lerche | 2009-10-08 | 1 | -7/+6 |
| | |||||
* | Don't need h in there now that XSS protection is on by default | Michael Koziarski | 2009-10-08 | 2 | -2/+2 |
| | |||||
* | Yank FCGI Handler from core | Joshua Peek | 2009-10-05 | 4 | -147/+0 |
| | | | http://github.com/rails/fcgi_handler | ||||
* | Remove all calls to Rails::Initializer from boot.rb | Carl Lerche | 2009-09-30 | 2 | -9/+42 |
| | | | | This is starting a refactor of the rails initialization process. The boot.rb file will not remain the same. | ||||
* | Change Rails::Application to a class that is inherited from. | Carl Lerche | 2009-09-29 | 1 | -5/+2 |
| | | | This is still very experimental. | ||||
* | Create the application object from config/environment.rb | Yehuda Katz + Carl Lerche | 2009-09-28 | 2 | -4/+5 |
| | | | | | This is preliminary and not necessarily reflective of the full plan. | ||||
* | ruby 1.9: Qualify toplevel File reference since config.ru could be eval'd in ↵ | Joshua Peek | 2009-09-26 | 1 | -1/+1 |
| | | | | a different scope | ||||
* | Enable static asset server by default | Joshua Peek | 2009-09-26 | 1 | -1/+5 |
| | |||||
* | Remove config.ru generation from --with-dispatchers option | Joshua Peek | 2009-09-25 | 3 | -8/+5 |
| | |||||
* | Set const for application object. "Basecamp::Application" | Joshua Peek | 2009-09-25 | 1 | -1/+3 |
| | |||||
* | Generate a config.ru stub | Joshua Peek | 2009-09-25 | 2 | -0/+3 |
| | |||||
* | Move railties/lib/* into railties/lib/* | Yehuda Katz + Carl Lerche | 2009-09-24 | 162 | -0/+11532 |