Skip to content

Instantly share code, notes, and snippets.

@codesword
Created June 5, 2016 16:05
Show Gist options
  • Save codesword/2e6eb5910e4a9698a35042342b37931d to your computer and use it in GitHub Desktop.
Save codesword/2e6eb5910e4a9698a35042342b37931d to your computer and use it in GitHub Desktop.
app = Rack::Builder.new do
use MethodOverrideMiddleware
run AnotherRackApp.new
end
Rack::Handler::WEBrick.run app, Port: 9292
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment