Skip to content

Instantly share code, notes, and snippets.

View EtienneDepaulis's full-sized avatar
🏠
Working from home

Etienne Depaulis EtienneDepaulis

🏠
Working from home
View GitHub Profile
@EtienneDepaulis
EtienneDepaulis / Gemfile
Created November 28, 2013 07:54 — forked from pcreux/Gemfile
group :production do
gem 'unicorn'
# Enable gzip compression on heroku, but don't compress images.
gem 'heroku-deflater'
# Heroku injects it if it's not in there already
gem 'rails_12factor'
end