Sha256: d34f10eaa71f6fc458c7c8782739035ec2d086b2d17c1eb066af3d7ad612f1a3

Contents?: true

Size: 484 Bytes

Versions: 3

Compression:

Stored size: 484 Bytes

Contents

require 'rubygems'

require 'pancake'
require Pancake.get_root(__FILE__, "<%= stack_name %>")

# 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__)){ <%= stack_name.camel_case %>.stackup }

run app

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
pancake-0.1.12 lib/pancake/generators/templates/stack/%stack_name%/lib/%stack_name%/config.ru.tt
pancake-0.1.10 lib/pancake/generators/templates/stack/%stack_name%/lib/%stack_name%/config.ru.tt
pancake-0.1.8 lib/pancake/generators/templates/stack/%stack_name%/lib/%stack_name%/config.ru.tt