我试图推到 Heroku,但我收到了这个错误:
-----> Preparing app for Rails asset pipeline
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?
我正在使用 Ruby 2.0 和 Rails 4.0。我看过帖子说我应该启用 user-env-compile 以便在 Heroku slug 编译中使用我的环境变量,所以我这样做了:
heroku labs:enable user-env-compile --app <my app's name>
我也禁用它并重新启用它。但是,我仍然遇到同样的错误。可能是什么问题呢?我究竟做错了什么?