Sha256: 4143c650920cc67ef6a01fc637468862617543cec56a73882b197abd7e7cd5fd

Contents?: true

Size: 300 Bytes

Versions: 46

Compression:

Stored size: 300 Bytes

Contents

# Stella Sample Web Application
#
# This application plays nicely with the example
# test plans (see examples/).
#
# Usage:
# 
#     $ thin -R support/sample_webapp/config.ru -p 3114 start

dir = ::File.expand_path(::File.dirname(__FILE__))
require ::File.join(dir, 'app.rb')
run Sinatra::Application

Version data entries

46 entries across 46 versions & 1 rubygems

Version Path
stella-2.1.2.004 support/sample_webapp/config.ru
stella-2.1.2.003 support/sample_webapp/config.ru
stella-2.1.2.002 support/sample_webapp/config.ru
stella-2.1.2.001 support/sample_webapp/config.ru
stella-2.1.1.002 support/sample_webapp/config.ru
stella-2.1.1.001 support/sample_webapp/config.ru
stella-2.1.0.001 support/sample_webapp/config.ru
stella-2.0.3.001 support/sample_webapp/config.ru
stella-2.0.1.002 support/sample_webapp/config.ru
stella-2.0.1.001 support/sample_webapp/config.ru
stella-0.8.8.001 support/sample_webapp/config.ru
stella-0.8.7.003 support/sample_webapp/config.ru
stella-0.8.7.002 support/sample_webapp/config.ru
stella-0.8.7.001 support/sample_webapp/config.ru
stella-0.8.6.002 support/sample_webapp/config.ru
stella-0.8.6.001 support/sample_webapp/config.ru
stella-0.8.5.002 support/sample_webapp/config.ru
stella-0.8.5.001 support/sample_webapp/config.ru
stella-0.8.4.001 support/sample_webapp/config.ru
stella-0.8.3.002 support/sample_webapp/config.ru