问:rails-tutorial预览页面不起作用

时间:2018-04-25 18:24:42

标签: railstutorial.org

按照rails教程说明,在浏览器窗口中显示Hello,world世界文本后,我得到了这个屏幕(图1.15)。

我似乎记得上次在完成教程时必须同时指定PORT和IP环境变量......但是现在在书籍文本中找不到对这些变量的引用。

Preview Fails error

1 个答案:

答案 0 :(得分:0)

我遇到了同样的错误,我通过这样运行修复了它:

$ rails server -p $PORT -b $IP
=> Booting Puma
=> Rails 5.1.4 application starting in development 
=> Run `rails server -h` for more startup options
Puma starting in single mode...
* Version 3.9.1 (ruby 2.4.0-p0), codename: Private Caller
* Min threads: 5, max threads: 5
* Environment: development
* Listening on tcp://0.0.0.0:8080
Use Ctrl-C to stop

但我还没弄清楚为什么我会收到错误。