Skip to content

Instantly share code, notes, and snippets.

@sandro
Last active January 2, 2016 13:19
Show Gist options
  • Save sandro/8309003 to your computer and use it in GitHub Desktop.
Save sandro/8309003 to your computer and use it in GitHub Desktop.
Install Ruby 2 with Rails Express patches using ruby-install.
ruby-install -p https://raw.github.com/skaes/rvm-patchsets/master/patches/ruby/2.0.0/p353/railsexpress/01-zero-broken-tests.patch -p https://raw.github.com/skaes/rvm-patchsets/master/patches/ruby/2.0.0/p353/railsexpress/02-railsexpress-gc.patch -p https://raw.github.com/skaes/rvm-patchsets/master/patches/ruby/2.0.0/p353/railsexpress/03-display-more-detailed-stack-trace.patch -p https://raw.github.com/skaes/rvm-patchsets/master/patches/ruby/2.0.0/p353/railsexpress/04-show-full-backtrace-on-stack-overflow.patch -p https://raw.github.com/skaes/rvm-patchsets/master/patches/ruby/2.0.0/p353/railsexpress/05-fix-missing-c-return-event.patch ruby 2.0.0-p353
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment