diff --git a/config.ru b/config.ru new file mode 100644 index 00000000..9d07fec7 --- /dev/null +++ b/config.ru @@ -0,0 +1,5 @@ +require File.expand_path("../config/environment", __FILE__) + +use Rails::Rack::LogTailer +use Rails::Rack::Static +run ActionController::Dispatcher.new