Skip to content

Instantly share code, notes, and snippets.

@luckyruby
Created November 3, 2011 23:28
Show Gist options
  • Select an option

  • Save luckyruby/1338255 to your computer and use it in GitHub Desktop.

Select an option

Save luckyruby/1338255 to your computer and use it in GitHub Desktop.
## config.ru
require 'rubygems'
require 'bundler'
require './itest'
Bundler.require
run Sinatra::Application
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment