Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save mnowakowski/775236 to your computer and use it in GitHub Desktop.
Save mnowakowski/775236 to your computer and use it in GitHub Desktop.
Update to Ruby On Rails 3 and Ruby 1.9 on MacOS 10.4 Tiger (using mac port)
sudo gem update rails
sudo gem update --system
sudo port install ruby19 +nosuffix
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment