| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | | Make sure boot.rb requires rubygems only when needed | Pratik Naik | 2009-10-19 | 1 | -7/+10 |
* | | Remove some remnants of config.gem | Carl Lerche | 2009-10-17 | 5 | -88/+16 |
|/ |
|
* | Add stub for configuring your package manager | Joshua Peek | 2009-10-16 | 4 | -16/+23 |
* | Remove config.gem in favor of using the bundler. This makes config/boot.rb ob... | Carl Lerche | 2009-10-16 | 14 | -726/+23 |
* | Use Rails.root in statistics rake task | Joshua Peek | 2009-10-16 | 1 | -3/+2 |
* | Rakefile doesn't need initializers to be ran | Joshua Peek | 2009-10-16 | 1 | -1/+1 |
* | Fix incorrect path in script/runner template | Joshua Peek | 2009-10-16 | 1 | -1/+1 |
* | script/runner should require environment | Joshua Peek | 2009-10-16 | 2 | -3/+1 |
* | script/performance/profiler should require environment | Joshua Peek | 2009-10-16 | 2 | -5/+1 |
* | script/performance/benchmarker should require environment | Joshua Peek | 2009-10-16 | 2 | -3/+2 |
* | script/generate should require environment | Joshua Peek | 2009-10-16 | 2 | -2/+1 |
* | script/about should require environment | Joshua Peek | 2009-10-16 | 2 | -2/+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 c... | Joshua Peek | 2009-10-16 | 8 | -6/+15 |
* | Rackup file should require environment | Joshua Peek | 2009-10-16 | 1 | -1/+1 |
* | Get apps generated with working again. | Carl Lerche | 2009-10-16 | 2 | -51/+44 |
* | Ruby 1.9: qualify toplevel File reference since config.ru could be eval'd in ... | Joshua Peek | 2009-10-16 | 1 | -1/+1 |
* | Deprecate RAILS_ROOT in favor of Rails.root (which proxies to the application... | Carl Lerche | 2009-10-16 | 22 | -67/+68 |
* | Merge branch 'master' into orchestra | Jeremy Kemper | 2009-10-15 | 24 | -69/+73 |
|\ |
|
| * | Have config/application.rb contain the application definition and require tha... | Carl Lerche | 2009-10-15 | 24 | -69/+73 |
* | | Renamed Orchestra to Notifications once again [#3321 state:resolved] | José Valim | 2009-10-15 | 2 | -7/+7 |
* | | Configure Orchestra on initialization. | José Valim | 2009-10-15 | 2 | -0/+19 |
|/ |
|
* | Have Rails.root be based off of config.ru | Carl Lerche | 2009-10-14 | 3 | -51/+74 |
* | Finish porting over the initializers to the app object and fix all the tests | Carl Lerche | 2009-10-14 | 1 | -90/+83 |
* | Add Gemfile to the rails application generator | Yehuda Katz + Carl Lerche | 2009-10-14 | 2 | -0/+11 |
* | Make rails configuration's path object's root lazy | Yehuda Katz + Carl Lerche | 2009-10-14 | 1 | -4/+7 |
* | Fix generators load paths | Jeremy Kemper | 2009-10-11 | 1 | -1/+1 |
* | Finish porting over the initializers to the app object and fix all the tests | Carl Lerche | 2009-10-08 | 3 | -300/+208 |
* | Even more initializers ported over | Carl Lerche | 2009-10-08 | 2 | -135/+134 |
* | Ported over more initializers | Carl Lerche | 2009-10-08 | 2 | -43/+41 |
* | Move the ensure_tmp_directories_exist initializer to the application object | Carl Lerche | 2009-10-08 | 2 | -7/+7 |
* | Moving more initializers into the application object | Carl Lerche | 2009-10-08 | 3 | -88/+121 |
* | Start moving the initializers into the application object | Carl Lerche | 2009-10-08 | 4 | -52/+111 |
* | Remove the old initializer file. | Carl Lerche | 2009-10-08 | 1 | -1137/+0 |
* | Don't need h in there now that XSS protection is on by default | Michael Koziarski | 2009-10-08 | 2 | -2/+2 |
* | Coerce all out going body parts to Strings | Joshua Peek | 2009-10-05 | 1 | -0/+1 |
* | Yank FCGI Handler from core | Joshua Peek | 2009-10-05 | 7 | -479/+0 |
* | Rewrite FCGI handler test | Joshua Peek | 2009-10-05 | 1 | -1/+3 |
* | Remove all calls to Rails::Initializer from boot.rb | Carl Lerche | 2009-09-30 | 3 | -29/+45 |
* | Remove a duplicate initializer | Carl Lerche | 2009-09-29 | 1 | -12/+0 |
* | Change Rails::Application to a class that is inherited from. | Carl Lerche | 2009-09-29 | 3 | -24/+24 |
* | Fix the broken railties isolation tests | Carl Lerche | 2009-09-29 | 1 | -3/+3 |
* | Create the application object from config/environment.rb | Yehuda Katz + Carl Lerche | 2009-09-28 | 5 | -23/+31 |
* | Move middleware and route configuration from AC::Dispatcher to Rails applicat... | Joshua Peek | 2009-09-26 | 3 | -3/+7 |
* | Create separate middleware stack for initializer | Joshua Peek | 2009-09-26 | 2 | -3/+3 |
* | Allow integration test rack app to be set with "@app" ivar instead of using o... | Joshua Peek | 2009-09-26 | 1 | -1/+2 |
* | Move default middleware stack into initializer | Joshua Peek | 2009-09-26 | 2 | -2/+14 |
* | Pull middleware for Rails info from the initializer instead of ActionController | Joshua Peek | 2009-09-26 | 1 | -2/+2 |
* | ruby 1.9: Qualify toplevel File reference since config.ru could be eval'd in ... | Joshua Peek | 2009-09-26 | 1 | -1/+1 |
* | Move Rails::Static into ActionDispatch | Joshua Peek | 2009-09-26 | 2 | -45/+4 |