ruby - My Sinatra App displaying 'Internal Server Error' after deployed to Heroku -


my app working locally, after deploying heroku i'm getting 'internal server error' on page

the error log follows.

http://pastie.org/private/b5lgfmij1by3krieyp9sq

i cannot see problem is

thanks help!

the problem related database (or lack of):

2013-05-13t06:58:57.488018+00:00 app[web.1]: pg::error - not connect server: connection refused

did add 1 $ heroku addons:add heroku-postgresql:[dev|basic|crane|etc] -a app_name? checkout dev center article info on setting rack based web apps (including sinatra) , setting database access:


Comments

Popular posts from this blog

c# - DetailsView in ASP.Net - How to add another column on the side/add a control in each row? -

javascript - firefox memory leak -

Trying to import CSV file to a SQL Server database using asp.net and c# - can't find what I'm missing -