Skip to content

Instantly share code, notes, and snippets.

@Vasfed
Created April 19, 2012 16:42
Show Gist options
  • Save Vasfed/2422213 to your computer and use it in GitHub Desktop.
Save Vasfed/2422213 to your computer and use it in GitHub Desktop.
Fix rvm bundled patch and install ruby 1.9.3-p125 with railsexpress patches
rvm get head
rvm reload
curl https://raw.github.com/Vasfed/rvm-patchsets/master/patches/ruby/1.9.3/p125/railsexpress/02-railsbench-gc.patch > $rvm_path/patches/ruby/1.9.3/p125/railsexpress/02-railsbench-gc.patch
rvm reinstall 1.9.3-p125 --patch railsexpress -n railsexpress
rvm use 1.9.3-p125-railsexpress
echo May be done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment