Skip to content

Latest commit

 

History

History
23 lines (13 loc) · 881 Bytes

README.markdown

File metadata and controls

23 lines (13 loc) · 881 Bytes

Jigo

Version 0.1.2 (January 24, 2008)

Author: Micah Geisel

Copyright: Copyright (c) 2008, Micah Geisel

License: MIT License. See LICENSE file for more details.

Jigo is a tiny web app for browsing your local gem rdocs. Its written using the Sinatra framework and the Rack middleware.

Installation

gem install sinatra rack

Extract a copy of Jigo into a directory of your choice, and run

ruby app.rb

which will launch the app on port 4567, if you have mongrel installed. Or you may simply point a Rack-aware webserver at public/. Personally, I am using Phusion Passenger to host it at jigo.local.

Also, I am using mislav's hanna rdoc template, so the rdocs will look best in Jigo if you use that as well.