我收到的错误:
应用程序错误
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)我正在捆绑生产(我最初没有生产捆绑,这可能是问题的原因,但现在我改变了),在没有测试的情况下运行捆绑包。
路线可能有问题吗?
任何建议都可以,谢谢!