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).