Skip to content

Instantly share code, notes, and snippets.

@derekharmel
derekharmel / gist:2399684
Created April 16, 2012 16:06
How to fix pow not using the correct gemset
# From the project root
rvm env -- `rvm current` > .powenv
@derekharmel
derekharmel / gist:1557088
Created January 3, 2012 21:41
Journaling DSL
module Journaling
def self.included(base)
base.extend ClassMethods
end
module ClassMethods
def journals
@journals
end