[#849 #789] Remove config.ru as Rails 2.3 doesn work well as a rack-only app

This commit is contained in:
Holger Just 2012-01-29 21:46:33 +01:00
parent 3f126bdeaf
commit be4d679d54
1 changed files with 0 additions and 5 deletions

View File

@ -1,5 +0,0 @@
require File.expand_path("../config/environment", __FILE__)
use Rails::Rack::LogTailer
use Rails::Rack::Static
run ActionController::Dispatcher.new