Skip to content

Instantly share code, notes, and snippets.

@davidjrice
Created February 4, 2009 00:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save davidjrice/57847 to your computer and use it in GitHub Desktop.
Save davidjrice/57847 to your computer and use it in GitHub Desktop.
I had issues with the instructions on weblog.rubyonrails.org.
gem install rails --source http://gems.rubyonrails.org
What did work was.
sudo gem install rack
sudo gem install rails --source http://gems.rubyonrails.org --version 2.3.0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment