Skip to content

Instantly share code, notes, and snippets.

@baob
Created August 15, 2011 20:00
Show Gist options
  • Save baob/1147654 to your computer and use it in GitHub Desktop.
Save baob/1147654 to your computer and use it in GitHub Desktop.
The 'fast require' patch for rails 1.9.2
Seems to be a backport of something in rails 1.9.3
See https://gist.github.com/1008945 and http://rhnh.net/2011/05/28/speeding-up-rails-startup-time
wget https://gist.github.com/raw/999435/fc2718ac3f488ab2341b65dc2ae5c123f8859bff/fast-require-ruby-19.2-p180 --no-check-certificate
rvm install 1.9.2-p180 --patch fast-require-ruby-19.2-p180 -n fastrequire
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment