Created
August 15, 2011 20:00
-
-
Save baob/1147654 to your computer and use it in GitHub Desktop.
The 'fast require' patch for rails 1.9.2
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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