Skip to content

Instantly share code, notes, and snippets.

View ebetancourt's full-sized avatar
Working

Elliot Betancourt ebetancourt

Working
View GitHub Profile
@ebetancourt
ebetancourt / gist:3194974
Last active October 7, 2015 16:38 — forked from matiskay/gist:3181894
Clean Install – Mountain Lion OS X 10.8 DP3
@ebetancourt
ebetancourt / development.rb
Created May 10, 2012 17:07 — forked from MyArtChannel/development.rb
Use Pry as IRB replacement in rails 3 console
# Add this to the end of your development.rb and add
#
# gem 'pry'
#
# to your Gemfile and run bundle to install.
silence_warnings do
begin
require 'pry'
IRB = Pry