Skip to content

Instantly share code, notes, and snippets.

@djbender
Forked from bmizerany/config.ru
Created October 14, 2010 05:48
Show Gist options
  • Save djbender/625647 to your computer and use it in GitHub Desktop.
Save djbender/625647 to your computer and use it in GitHub Desktop.
require 'main'
run Sinatra::Application
require 'rubygems'
require 'sinatra'
get '/test' do
'it works!'
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment