Use Rack::Deflater for gzipping response

openid
Marcin Kulik 12 years ago
parent 3274bdf7d5
commit b5bc9b890d

@ -1,4 +1,7 @@
# This file is used by Rack-based servers to start the application.
require ::File.expand_path('../config/environment', __FILE__)
use Rack::Deflater
run AsciiIo::Application

Loading…
Cancel
Save