What about simply downloading ruby-installer and devkit[1] installing those and then running:<p>gem update --system<p>gem install rails<p>rails new mynewapp<p>For someone experimenting with rails it's more than enough!<p>[1] <a href="http://rubyinstaller.org/downloads/" rel="nofollow">http://rubyinstaller.org/downloads/</a>