Ruby on Rails Beta 3 Install on Snow Leopard - file not found

后端 未结 7 810
孤街浪徒
孤街浪徒 2020-12-16 11:53

I tried to install the new beta on my system with the command:

sudo gem install rails --pre

but no matter what I tried, I still get this da

7条回答
  •  伪装坚强ぢ
    2020-12-16 12:13

    All you need to run is gem install rdoc, follow its instructions, then run the install rails command again and you're good. The problem is due to rdoc failing to install when installed with rails, if installed manually it works fine.

    Source: http://gist.github.com/565967

    ^ I had the same problem, and this worked for me.

提交回复
热议问题