運行RAILS_ENV=production bundle exec rake assets:precompile
和推到Heroku上後,我得到這個錯誤:Heroku的忽略公共/資產/清單 - * JSON
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?
完整的日誌是在這裏:http://dpaste.com/hold/1503531/
怎麼能這樣呢,當我有一個public/assets/manifest-*.json
文件簽入?我正在使用Rails 4.0.2。
在我production.rb
我:
config.assets.compile = false
的可能的複製http://stackoverflow.com/questions/17733593/rails-4-heroku-doesnt-recognize-precompiled-manifest-指紋 - json。儘管我無法在鏈接的線程中製作他/她的解決方案的正面或反面。 – janfoeh
我也看到了這個問題。我也無法理解解決方案。 – nnyby
在推向Heroku時,或者之後會發生錯誤嗎?如果它在推動,你能告訴我們完整的推送日誌嗎? – janfoeh