Skip to content

Instantly share code, notes, and snippets.

@tobias
Created December 21, 2008 17:04
Show Gist options
  • Save tobias/38717 to your computer and use it in GitHub Desktop.
Save tobias/38717 to your computer and use it in GitHub Desktop.
require 'rubygems'
require 'sinatra'
disable :run
set :views, File.dirname(__FILE__) + '/views'
set :public, File.dirname(__FILE__) + '/public'
set :app_file, __FILE__
require 'urlunwind.rb'
run Sinatra.application
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment