作者热门文章
- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
在为我正在处理的项目执行 git clone 之后
我在亚硝酸盐和 Rails 4.2.0.beta2 中更新了我的 rails
跑
导轨服务器
=> Booting WEBrick
=> Rails 4.2.0.beta2 application starting in development on http://localhost:3000
=> Run `rails server -h` for more startup options
=> Ctrl-C to shutdown server
[2014-12-02 20:13:56] INFO WEBrick 1.3.1
[2014-12-02 20:13:56] INFO ruby 2.1.4 (2014-10-27) [x86_64-linux]
[2014-12-02 20:13:56] INFO WEBrick::HTTPServer#start: pid=495 port=3000
^C[2014-12-02 20:14:48] INFO going to shutdown ...
[2014-12-02 20:14:48] INFO WEBrick::HTTPServer#start done.
We couldn't find a server running on this port – are you sure there is a server running?
Make sure to bind your server to host 0.0.0.0 (instead of localhost/127.0.0.1).
最佳答案
第一次在 Nitrous.io 上设置 rails 项目时遇到了同样的问题。问题是您需要将服务器 IP 从 localhost:3000 更改为 0.0.0.0:3000。
为此,您必须在 Nitrous 命令行窗口中更改 rails 服务器设置。尝试这个:
rails server -b, --binding=0.0.0.0
rails server -h
关于nitrousio - Rails 4.2beta 的 Rails 亚硝酸预览问题,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/27258209/
我是一名优秀的程序员,十分优秀!