尝试在heroku上部署rails 4应用程序时出错

时间:2015-01-19 08:20:34

标签: ruby-on-rails ruby-on-rails-4 heroku

我正在尝试在heroku上部署rails 4应用程序但是失败&低于错误。请试着让我从这个问题中解脱出来......

       Bundle completed (42.53s)
       Cleaning up the bundler cache.
-----> Writing config/database.yml to read from DATABASE_URL
-----> 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

2 个答案:

答案 0 :(得分:0)

将以下内容添加到您的application.rb:

config.assets.initialize_on_precompile = false

答案 1 :(得分:0)

我首先设置了DATABASE_URL环境变量&然后再次尝试将代码再次推送到Heroku。它在Heroku方面完成所有rake编译工作,所以没有更多连接到本地机器制作rake编译@ ... / tmp / bin .....目录。

我通过尝试这件事得到了这个解决方案......:)