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