Skip to content

Instantly share code, notes, and snippets.

@xn
Created July 12, 2011 00:12
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save xn/1077093 to your computer and use it in GitHub Desktop.
Save xn/1077093 to your computer and use it in GitHub Desktop.
patched ruby
curl https://raw.github.com/gist/1008945/7532898172cd9f03b4c0d0db145bc2440dcbb2f6/load.patch > /tmp/load.patch
rvm get head # always good to make sure you're up to date with RVM
rvm reload
rvm install ruby-1.9.2-p180 --patch /tmp/load.patch -n patched
rvm use ruby-1.9.2-p180-patched
@xn
Copy link
Author

xn commented Jul 12, 2011

curl https://raw.github.com/gist/1008945/7532898172cd9f03b4c0d0db145bc2440dcbb2f6/load.patch > /tmp/load.patch
rvm get head
rvm reload
rvm install ruby-1.9.2-p180 --patch /tmp/load.patch -n patched
rvm use ruby-1.9.2-p180-patched
gem install bundler

make sure you're in you app dir

bundle install
bundle exec rails server

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment