After running RAILS_ENV=production bundle exec rake assets:precompile
and pushing to heroku, I get this error:
Running: rake assets:precompile
rake aborted!
could not connect to server: Connection refused
Is the server running on host "127.0.0.1" and accepting
TCP/IP connections on port 5432?
The complete log is here: http://dpaste.com/hold/1503531/
How can this happen when I have a public/assets/manifest-*.json
file checked in? I'm using Rails 4.0.2.
In my production.rb
I have:
config.assets.compile = false