Skip to content

Instantly share code, notes, and snippets.

View dustbyrn's full-sized avatar

Dustin Byrne dustbyrn

View GitHub Profile
@dustbyrn
dustbyrn / Gemfile
Created June 28, 2011 19:10
How to reload gems that you're working on
# load the gem from the local filesystem so we can work on it
gem 'couch_record', :path => '../couch_record'