Top Level Namespace

Defined Under Namespace

Modules: Helpers Classes: LogLocationCache, RunitMan, ServiceInfo, ServiceStatus

Constant Summary collapse

MIN_TAIL =
100
MAX_TAIL =
10000
GEM_FOLDER =
File.expand_path(File.join('..', '..'), File.dirname(__FILE__)).freeze
CONTENT_TYPES =
{
  :html => 'text/html',
  :txt  => 'text/plain',
  :css  => 'text/css',
  :js   => 'application/x-javascript',
  :json => 'application/json'
}.freeze