From 574660e21c11bfcde20fd28b256fe4d2301f4e12 Mon Sep 17 00:00:00 2001 From: Junv Date: Wed, 6 Feb 2013 16:21:47 +0800 Subject: [PATCH] add gzip --- config.ru | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.ru b/config.ru index 1c80415..5e9fe7e 100644 --- a/config.ru +++ b/config.ru @@ -1,5 +1,5 @@ # This file is used by Rack-based servers to start the application. require ::File.expand_path('../config/environment', __FILE__) - +use Rack::Deflater run Libr::Application