Skip to content

Instantly share code, notes, and snippets.

@bf4
Forked from chrishunt/config.ru
Created December 30, 2013 03:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bf4/8177381 to your computer and use it in GitHub Desktop.
Save bf4/8177381 to your computer and use it in GitHub Desktop.
run -> (_) { [ 200, { 'Content-Type' => 'text/html', }, ['success'] ] }
thin start -R config.ru -D -V
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment