Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我的应用程序在本地运行,但在部署到 Heroku 后,我的页面上出现“内部服务器错误”
错误日志如下。
http://pastie.org/private/b5lgfmij1by3krieyp9sq
我看不出问题出在哪里
谢谢你的帮助!
问题与您的数据库有关(或缺少):
2013-05-13T06:58:57.488018+00:00 app[web.1]: PG::Error - could not connect to server: Connection refused
你加了一个$ heroku addons:add heroku-postgresql:[dev|basic|crane|etc] -a app_name吗?查看此开发中心文章,了解有关设置基于 Rack 的 Web 应用程序(包括 Sinatra)和设置数据库访问的信息:
$ heroku addons:add heroku-postgresql:[dev|basic|crane|etc] -a app_name