Skip to content

Instantly share code, notes, and snippets.

@mediafinger
Created February 14, 2012 22:15
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save mediafinger/1830994 to your computer and use it in GitHub Desktop.
Save mediafinger/1830994 to your computer and use it in GitHub Desktop.
There are some nice performance patches for Ruby 1.9.3-p0 and some scripts to install them for rbenv and rvm. As I am using rbfu (by @hmans), I adapted the rbenv script a bit.
VERSION="1.9.3-p0"
curl https://raw.github.com/gist/1688857/2-$VERSION-patched.sh > /tmp/$VERSION-patch
ruby-build /tmp/$VERSION-patch $HOME/.rbfu/rubies/1.9-patch
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment