使用Nitrous.IO,Firefox,Windows 7和企业互联网运行“rails s”命令后,我无法预览端口3000.
预览生成标签显示消息“问题加载页面。无法连接。Firefox无法在ror-magic-19568.apse1.actionbox.io:3000建立与服务器的连接。”
使用“rails s --port = port”命令预览不同的端口也不起作用。
然而预览适用于Nitrous.IO,Firefox,Mac和私人家庭互联网。 是否有任何建议使其适用于我的Windows 7计算机?感谢。
从控制台:
action@ror-magic-19568:~/projects/learn-rails(master*)$ rails s
=> Booting WEBrick
=> Rails 4.0.0 application starting in development on http://0.0.0.0:3000
=> Run `rails server -h` for more startup options
=> Ctrl-C to shutdown server
[2013-08-01 01:21:52] INFO WEBrick 1.3.1
[2013-08-01 01:21:52] INFO ruby 2.0.0 (2013-06-27) [x86_64-linux]
[2013-08-01 01:21:52] INFO WEBrick::HTTPServer#start: pid=32467 port=3000
答案 0 :(得分:1)
Nitrous框只有HTTP端口3000 - 9000打开,因此您需要在公司网络上打开的其中一个端口上运行rails。