我按照本教程http://pragmaticstudio.com/blog/2010/9/23/install-rails-ruby-mac的说明在Mac OS X(Lion 10.7)上安装Ruby on Rails。
一切正常,直到收到以下消息后,我才用rvm(v。1.6)安装了Rails:
Installing RDoc documentation for builder-3.0.0...
unable to convert "\xF1" from ASCII-8BIT to UTF-8 for README, skipping
unable to convert "\xF1" from ASCII-8BIT to UTF-8 for README.rdoc, skipping**
(成功安装了Builder版本2.1.2)
和
Installing RDoc documentation for rails-3.0.9...
file 'lib' not found
(成功安装了Rails版本3.0.9)
我做了一些研究,但找不到解决方案。看来我不是唯一遇到此问题的人。
我应该怎么做才能解决这个问题?
最佳答案
RubyGems只是无法更改README的编码。 Rails应该工作得很好。