Sha256: ad6a86d66d5b7d03bb0fdc387d62f5cf1689742616811ceda31e4f5d4b5cedf4
Contents?: true
Size: 577 Bytes
Versions: 13
Compression:
Stored size: 577 Bytes
Contents
Pancake.logger.info "Loading Staging Environment" # Set the middleware lables to load Pancake.stack_labels = [:staging] Pancake.handle_errors!(true) # uncomment to have the stack handle any errors that occur class <%= stack_name.camel_case %> # include middleware for the development stack # stack(:middleware_name).use(MiddlewareClass) end # Add code to hooks. Default available hooks: # :before_build_stack, :before_mount_applications, :after_initialize_application, :after_build_stack # <%= stack_name.camel_case %>.before_build_stack do # # stuff to do # end
Version data entries
13 entries across 13 versions & 1 rubygems