1

When I run the project form rails server, it works fine, when I open it in POW with http://mon.dev/rails/info/properties, I get this:

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)

I've been struggling to install ror for a while now. I've setup Rails 3.2.0 and Ruby 1.9.3 with RVM, and set 'rvm use 1.9.3 --default', I have created the .rvmc file in the project dirctory.

4

1 に答える 1

0

Powに何か問題があるようです。アンインストールして再インストールしてみましたか?

このプロジェクトのgemsetを作成してみることもできます。

rvm use 1.9.3
rvm gemset create mon

次に、Railsbundle installなどをインストールします。これにより、gemの競合の可能性が少なくなります。

于 2012-02-05T04:58:16.597 に答える