[#789] Add config.ru for Rack-only servers

This commit is contained in:
Holger Just 2012-01-03 16:31:22 +01:00
parent 1bd8ea6ce7
commit 49cd6f87aa
1 changed files with 5 additions and 0 deletions

5
config.ru Normal file
View File

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