Sha256: cfbf5fbb382c95ec7a12167296aa917d848cd533c5c38917cbb8c6ca91dcc107

Contents?: true

Size: 494 Bytes

Versions: 3

Compression:

Stored size: 494 Bytes

Contents

require 'pancake'
require ::File.join(::File.expand_path(::File.dirname(__FILE__)), "..", "proxy_stack")

# get the application to run.  The applicadtion in the Pancake.start block
# is the master application.  It will have all requests directed to it through the
# pancake middleware
# This should be a very minimal file, but should be used when any stand alone code needs to be included
app = Pancake.start(:root => Pancake.get_root(__FILE__)){ ProxyStack.stackup(:master => true) }

run app

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
proxy_stack-0.2.0 lib/proxy_stack/config.ru
proxy_stack-0.1.0 lib/proxy_stack/config.ru
proxy_stack-0.0.0 lib/proxy_stack/config.ru