我得到的错误:
应用程序错误
An error occurred in the application and your page could not be served. Please try again in a few moments.
If you are the application owner, check your logs for details.
因此,我检查了日志并发现这无济于事:
2013-07-23T19:49:41.457624+00:00 heroku[router]: at=error code=H10 desc="App crashed" method=GET path=/ host=rankthisuptest1.herokuapp.com fwd="190.3.13.2" dyno= connect= service= status=503 bytes=
关于应用程序
这是一个简单的示例应用程序,因为我是 Ruby on Rails 的新手。但我认为我测试过的东西:
1)我使用正确的sql:
group :production do
gem 'pg', '0.15.1'
end
2)我正在与生产捆绑(我最初捆绑没有生产,这可能是问题的原因,但现在我改变了它),在 --without test 中运行捆绑。
也许是路线的问题?
任何建议都可以,谢谢!