Skip to content

Instantly share code, notes, and snippets.

@Saidbek
Saidbek / 0-readme.md
Created November 27, 2012 11:17 — forked from burke/0-readme.md
ruby-1.9.3-p327 cumulative performance patch for rbenv

ruby-1.9.3-p327 cumulative performance patch for rbenv

This installs a patched ruby 1.9.3-p327 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.

@Saidbek
Saidbek / .vimrc
Created July 12, 2012 18:18 — forked from whitered/.vimrc
My vimrc for Ruby on Rails development
call pathogen#runtime_append_all_bundles()
" language messages en
set encoding=utf-8
if has('win32')
set guifont=Monaco:h10:cRUSSIAN
else
set guifont=Monaco\ 11
end
" base for vimrc file taken from http://biodegradablegeek.com/2007/12/using-vim-as-a-complete-ruby-on-rails-ide/