Skip to content

Instantly share code, notes, and snippets.

@alexpchin
Last active August 29, 2015 14:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save alexpchin/75565f9d3456402f6e8d to your computer and use it in GitHub Desktop.
Save alexpchin/75565f9d3456402f6e8d to your computer and use it in GitHub Desktop.
Deploying to Heroku
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