Skip to content

Instantly share code, notes, and snippets.

@bhb
Created December 14, 2009 03:22
Show Gist options
  • Save bhb/255747 to your computer and use it in GitHub Desktop.
Save bhb/255747 to your computer and use it in GitHub Desktop.
require 'sinatra'
require 'rack'
require 'ruby-debug'
Sinatra::Application.reset!
configure do
use Rack::Reloader, 1
end
get "/hi" do
"change me!"
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment