Sha256: c0d70dca3a91807d13515b6d149984f78dbb99bbd9f0c2fdf060d4ee525920af

Contents?: true

Size: 532 Bytes

Versions: 13

Compression:

Stored size: 532 Bytes

Contents

require 'rubygems'

require 'pancake'
require ::File.join(::File.expand_path(::File.dirname(__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(:master => true) }

run app

Version data entries

13 entries across 13 versions & 2 rubygems

Version Path
pancake-0.1.27 lib/pancake/generators/templates/micro/%stack_name%/config.ru.tt
pancake-0.1.26 lib/pancake/generators/templates/micro/%stack_name%/config.ru.tt
pancake-0.1.25 lib/pancake/generators/templates/micro/%stack_name%/config.ru.tt
pancake-0.1.24 lib/pancake/generators/templates/micro/%stack_name%/config.ru.tt
pancake-0.1.22 lib/pancake/generators/templates/micro/%stack_name%/config.ru.tt
pancake-0.1.20 lib/pancake/generators/templates/micro/%stack_name%/config.ru.tt
beet-0.4.1 lib/beet/generators/templates/app_container/%stack_name%/config.ru.tt
pancake-0.1.19 lib/pancake/generators/templates/micro/%stack_name%/config.ru.tt
pancake-0.1.18 lib/pancake/generators/templates/micro/%stack_name%/config.ru.tt
pancake-0.1.17 lib/pancake/generators/templates/micro/%stack_name%/config.ru.tt
pancake-0.1.16 lib/pancake/generators/templates/micro/%stack_name%/config.ru.tt
pancake-0.1.15 lib/pancake/generators/templates/micro/%stack_name%/config.ru.tt
pancake-0.1.13 lib/pancake/generators/templates/micro/%stack_name%/config.ru.tt