Skip to content

Instantly share code, notes, and snippets.

@jish
Created April 30, 2009 22:26
Show Gist options
  • Save jish/104732 to your computer and use it in GitHub Desktop.
Save jish/104732 to your computer and use it in GitHub Desktop.
#!/usr/bin/env ruby
require 'rubygems'
require 'rack'
server = Rack::Handler::Mongrel
app = Rack::ShowExceptions.new(Rack::Lint.new(Rack::File.new(".")))
server.run(app, :Port => 9292)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment