当我运行项目表单rails服务器时,它运行正常,当我在POW中使用http://mon.dev/rails/info/properties打开它时,我明白了:
Error: Response was not received
Error: Response was not received
at Client._finishRequest (/Users/hb/Library/Application Support/Pow/Versions/0.3.2/node_modules/nack/lib/client.js:75:27)
at Client.<anonymous> (/Users/hb/Library/Application Support/Pow/Versions/0.3.2/node_modules/nack/lib/client.js:37:21)
at Client.emit (events.js:81:20)
at Array.0 (net.js:831:12)
at EventEmitter._tickCallback (node.js:126:26)
我一直在努力安装ror一段时间了。我已经使用RVM设置了Rails 3.2.0和Ruby 1.9.3,并设置了'rvm use 1.9.3 --default',我在项目目录中创建了.rvmc文件。
答案 0 :(得分:0)
您也可以尝试为此项目创建gemset:
rvm use 1.9.3
rvm gemset create mon
然后安装Rails,bundle install
等。这样可以减少宝石冲突的可能性。