summaryrefslogtreecommitdiff
path: root/examples/rails_app-2.3.4/config.ru
blob: 45979267d29b98b12b151f625dcde8be09e2be97 (plain)
1
2
3
4
5
6
require 'config/environment'
use Rack::ContentLength
use Rack::Chunked
use Rack::Deflater
use Rails::Rack::Static
run ActionController::Dispatcher.new