Complications installing RubyOnRails 2.0.2
While sitting in my living room watching a movie and working on my laptop, I realized I had forgotten to update my rails install to the latest 2.0.2. I did a `gem install rails` but it kept dieing with the wonderful OpenURI::HTTPError, regardless if I used the correct –source flag. Turns out if you do `gem update –system` first, then a `gem install rails` it will go smoothly.
Trackbacks
Use this link to trackback from your own site.