Last Updated: February 25, 2016
·
979
· picandocodigo

Make assets GZipped in Heroku Rails app

Add this line to your config.ru:

use Rack::Deflater

Tested using Rails 3.2 (Apparently Rails 3.1 already uses this).