Class: Ember::CLI::Deploy::Rack::Engine

Inherits:
Sinatra::Base
  • Object
show all
Defined in:
lib/ember/cli/deploy/rack/engine.rb

Overview

The Engine class of ‘Ember::CLI::Deploy::Rack`, inherited from `Sinatra::Base`.

Constant Summary collapse

TRAIL =

Constants ===

File.expand_path('../../../../../../', __FILE__).freeze
VIEWS =
File.expand_path('views', TRAIL).freeze
CONFIG =
'config/settings.yml'.freeze
KEY_PREFIX =
'ember-cli-deploy-rack:index'.freeze
ACTIVE_CONTENT_SUFFIX =
'current-content'.freeze
REVISION_REGEXP =
'^[0-9a-f]{32}$'.freeze