Skip to content

Instantly share code, notes, and snippets.

@bkerley
Created October 24, 2011 20:06
Show Gist options
  • Save bkerley/1310002 to your computer and use it in GitHub Desktop.
Save bkerley/1310002 to your computer and use it in GitHub Desktop.
Application = Rack::Builder.new do
use NewRelic::Rack::DeveloperMode
map '/cans' do
run Cans::Application.new
end
map '/' do
run Sinatra::Application
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment