Sha256: a0d07c7fa5c38e0faa48b6c142c1bc07c42b3b7893903ee845a63a7fe6fd5aed
Contents?: true
Size: 585 Bytes
Versions: 13
Compression:
Stored size: 585 Bytes
Contents
Pancake.logger.info "Loading Development Environment" # Set the middleware lables to load Pancake.stack_labels = [:development] # 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