I'm trying to install Rails with the package available at installrails.com. When I type "rails --version" into the terminal, I get this:
Rails is not currently installed on this system. To get the latest version, simply type:
$ sudo gem install rails
You can then rerun your "rails" command.
I type in sudo gem install rails, and the terminal says:
Successfully installed rails-4.0.2
But then shows several lines that look like this:
unable to convert "\x89" from ASCII-8BIT to UTF-8 for guides/assets/images/belongs_to.png, skipping
When the command prompt reappears, I re-try "rails --version" and get the same "Rails is not currently installed..." error message.
I've tried several times, restarted by system, etc., and nothing works. I'm on Mac OSX 10.8 (Mountain Lion).
Any ideas? Thanks in advance.