Skip to content

Instantly share code, notes, and snippets.

@adambutler
Last active November 28, 2016 15:16
Show Gist options
  • Save adambutler/c8fbe687aeec1e039221d7216d4c440a to your computer and use it in GitHub Desktop.
Save adambutler/c8fbe687aeec1e039221d7216d4c440a to your computer and use it in GitHub Desktop.
Gotchas

Assets aren't precompiling on staging / production

In your cap file check that:

set :assets_roles, [:web, :app]            # Defaults to [:web]

Database is timing out / no errors

If connecting to an RDS from heroku make sure the security group inbound is set to anywhere (even if you checked public during RDS creation).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment