Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | 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 | |