Last active
August 29, 2015 14:02
-
-
Save alexpchin/75565f9d3456402f6e8d to your computer and use it in GitHub Desktop.
Deploying to Heroku
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Deploying to Heroku | |
================== | |
group :production do | |
gem 'rails_12factor' | |
end | |
# Enable the asset pipeline | |
config.assets.enabled = true | |
config.assets.initialize_on_precompile = false | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment