Created
August 12, 2012 05:23
-
-
Save johnnygoodman/3329917 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
in a rails app... | |
1. Paste this into the bottom of your gemfile | |
source "http://gems.github.com" | |
gem 'contextio', :git => 'git://github.com/contextio/Ruby-ContextIO.git', :branch => 'dev_2.0' | |
2. Bundle install per usual |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment