500在本地运行Cheesy网站时出错

时间:2017-07-23 12:24:59

标签: ruby-on-rails ruby

我是Ruby的新手,我正在阅读Cucumber和Cheese进行自动化测试。部分练习是在本地安装Puppies网站。

我将网站https://github.com/cheezy/puppies克隆到我的macbook pro,它使用ruby 2.4.0p0(2016-12-24修订版57164)[x86_64-darwin16]

我的rails版本= Rails 3.2.11 - 这是在gem文件中说明但不确定是否需要更新到最新版本>?

我按照指示按照步骤操作,但是当我运行Rails S Webbrick命令时,输入localhost:300我得到以下内容:

"我们很抱歉,但出了点问题。 我们已收到有关此问题的通知,我们很快就会对其进行审核。"

我检查了日志,并建议它已在开发中启动,但随后会显示:

Started GET "/agency/index" for 127.0.0.1 at 2017-07-23 11:27:34 +0100
Processing by AgencyController#index as HTML
Rendered agency/index.html.erb within layouts/application (4.5ms)
Completed 500 Internal Server Error in 12ms"

我无法找到任何其他信息来帮助我调查。对此有任何帮助,我非常感谢。

干杯

0 个答案:

没有答案