Skip to content

Instantly share code, notes, and snippets.

@lmarlow
lmarlow / config.ru
Last active December 26, 2015 18:59 — forked from thinkerbot/config.ru
# [config.ru]
#
# puma
# curl http://localhost:9292/
#
# Note chrome buffers like 1024 or so... meaning the first lots will look missing.
use Rack::Chunked
run lambda { |env|