Skip to content

Instantly share code, notes, and snippets.

@seanhussey
Created March 24, 2009 15:49
Show Gist options
  • Save seanhussey/84167 to your computer and use it in GitHub Desktop.
Save seanhussey/84167 to your computer and use it in GitHub Desktop.
# From http://jasonseifer.com/2009/02/22/offline-gem-server-rdocs
gem install mislav-hanna sinatra
echo "rdoc: --inline-source --line-numbers --format=html --template=hanna" >> ~/.gemrc
sudo gem rdoc --all --no-ri
cd ~/Projects
git clone git://github.com/jseifer/sinatra-rubygems.git
# Then add to Passenger via URL above.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment