Skip to content

Instantly share code, notes, and snippets.

View mschae's full-sized avatar

Michael Schaefermeyer mschae

View GitHub Profile
[{
"id": 1,
"value": {
"text": "1 article",
"widget": 1
}
},
{
"id": 2,
"value": {
@mschae
mschae / gist:9876661
Last active August 29, 2015 13:57 — forked from tonyc/gist:5989308
#/usr/bin/env bash
CHRUBY_VERSION=0.3.8
RUBY_INSTALL_VERSION=0.4.1
RUBY_VERSION=2.1.1
set -e
set -x
apt-get update
@mschae
mschae / 0-readme.md
Last active December 16, 2015 18:49 — forked from samgranieri/0-readme.md

ruby-1.9.3-p385 cumulative performance patch for rbenv

This installs a patched ruby 1.9.3-p385 with various performance improvements and a backported COW-friendly GC, all courtesy of funny-falcon.

Requirements

You will also need a C Compiler. If you're on Linux, you probably already have one or know how to install one. On OS X, you should install XCode, and brew install autoconf using homebrew.