问题
I followed this tutorial http://pragmaticstudio.com/blog/2010/9/23/install-rails-ruby-mac to install Ruby on Rails on Mac OS X (Lion 10.7).
Everything went fine until I installed Rails with rvm (v. 1.6) when I received the following messages:
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 version succesfully installed 2.1.2)
and
Installing RDoc documentation for rails-3.0.9...
file 'lib' not found
(Rails version succesfully installed 3.0.9)
I did some research but couldn't find a solution. It looks like I am not the only one to having this problem.
What should I do to fix this?
回答1:
RubyGems just couldn't change the encoding for the README. Rails should work perfectly fine.
来源:https://stackoverflow.com/questions/6858709/rails-3-installation-hangs-at-gem-builder-with-unable-to-convert-xf1-from-as