Class Vegas::Runner
In: lib/vegas/runner.rb
Parent: Object

Methods

Constants

ROOT_DIR = ENV['HOME'] ? File.expand_path(File.join('~', '.vegas')) : nil
PORT = 5678
HOST = WINDOWS ? 'localhost' : '0.0.0.0'

Attributes

app  [R] 
app_name  [R] 
args  [R] 
filesystem_friendly_app_name  [R] 
host  [R] 
options  [R] 
port  [R] 
quoted_app_name  [R] 
rack_handler  [R] 

Public Class methods

Public Instance methods

Adapted from Rackup

Loads a config file at config_path and evals it in the context of the @app.

[Validate]