I'm having trouble clicking on a hero.
Here is my heroku magazine http://pastebin.com/M7q7qJ3x
An error has occurred here.
-----> 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 TCP/IP connections on port 5432?
and here is my database.yml file
# SQLite version 3.x
Should I change the host to "127.0.0.1" and add the port? This is strange. I do not understand this.
and here is another mistake
Precompiling assets failed, enabling runtime asset compilation
I did not touch js, css files at all.
Do I have to “compile assets” locally before clicking? I am not completely familiar with assets.
source share