Sha256: 366a9d843a7a7a23d8733e9ab20c23238a11aba6055388936f89a5ad6531186d

Contents?: true

Size: 515 Bytes

Versions: 4

Compression:

Stored size: 515 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 }

run app

Version data entries

4 entries across 4 versions & 2 rubygems

Version Path
hassox-pancake-0.1.6 lib/pancake/generators/templates/flat/%stack_name%/config.ru.tt
pancake-0.1.12 lib/pancake/generators/templates/micro/%stack_name%/config.ru.tt
pancake-0.1.10 lib/pancake/generators/templates/micro/%stack_name%/config.ru.tt
pancake-0.1.8 lib/pancake/generators/templates/micro/%stack_name%/config.ru.tt