我正在尝试从 NetBeans 6.8 运行(F6)Rails 应用程序,当我这样做时,我在 IDE 的左下方状态栏中得到以下输出:
Could not connect to the web server - could not show http://localhost:3000
我不相信 WEBrick 服务器甚至正在启动,但我可以从命令行启动 WEBrick 和我在 NetBeans 中使用的同一个应用程序。
我在 Windows 7 上运行 Ruby 1.9.1、Rails 2.3.5、WEBrick 1.3.1 和 NetBeans 6.8。