Skip to content

Instantly share code, notes, and snippets.

@laser
Last active December 18, 2015 22:18
Show Gist options
  • Save laser/5853044 to your computer and use it in GitHub Desktop.
Save laser/5853044 to your computer and use it in GitHub Desktop.
Start it up with Rack
###########
# config.ru
#
require File.dirname(__FILE__) + '/app'
run SimpleApp
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment