До сих пор я мог без проблем вставлять свое приложение в heroku
Теперь я получаю:
remote: -----> Preparing app for Rails asset pipeline
remote: Running: rake assets:precompile
remote: rake aborted!
remote: PG::ConnectionBad: could not connect to server: Connection refused
remote: Is the server running on host "127.0.0.1" and accepting
remote: TCP/IP connections on port 5432?
...
remote: ! Precompiling assets failed.
remote: ! Attempted to access a nonexistent database:
remote: ! https://devcenter.heroku.com/articles/pre-provision-database
Это должно быть как-то связано с localization
. Я начал использовать I18n
и locales
...
До Rails 3
были:
config.assets.initialize_on_precompile = false
но сейчас нет.
Есть идеи, чтобы предложить?
Буду признателен за помощь и время:)