Skip to content

Instantly share code, notes, and snippets.

@ndbroadbent
Created September 15, 2011 08:14
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 ndbroadbent/1218804 to your computer and use it in GitHub Desktop.
Save ndbroadbent/1218804 to your computer and use it in GitHub Desktop.
Increase ruby 1.9.2-p290 startup speed by a huge amount (esp w/ fat free crm)
curl https://raw.github.com/gist/1008945/4edd1e1dcc1f0db52d4816843a9d1e6b60661122/ruby-1.9.2p290.patch > /tmp/ruby-1.9.2p290.patch
rvm install ruby-1.9.2-p290 --patch /tmp/ruby-1.9.2p290.patch
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment