Skip to content

Instantly share code, notes, and snippets.

@lubieniebieski
Last active December 11, 2015 06:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save lubieniebieski/4563454 to your computer and use it in GitHub Desktop.
Save lubieniebieski/4563454 to your computer and use it in GitHub Desktop.
speed up your ruby 1.9.3!
rvm get head
brew install autoconf automake
rvm uninstall 1.9.3-p448
rvm cleanup sources
rvm install 1.9.3-p448 --patch railsexpress
rvm reload
bundle
gem pristine --all
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment