Sha256: 126f1a515cd8e41d8b47b9351e0dd32277c7f3f70122a08fece84e17a072894e
Contents?: true
Size: 518 Bytes
Versions: 12
Compression:
Stored size: 518 Bytes
Contents
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
12 entries across 12 versions & 1 rubygems