1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

Added notice on how to enable gzip compression in rails app using Rack::Deflater. it is disabled & commented out by default.

This commit is contained in:
Gaurish Sharma 2012-04-25 01:27:21 +05:30
parent cdc9031402
commit ccd0b511c9

View file

@ -1,4 +1,6 @@
# This file is used by Rack-based servers to start the application.
require ::File.expand_path('../config/environment', __FILE__)
# if you want to enable Enable gzip compression, use this line
# use Rack::Deflater
run <%= app_const %>