Sha256: 4a7202004ce03fd763175dcff7ab27c75792ef4aea487103b493533a63d3d804

Contents?: true

Size: 401 Bytes

Versions: 17

Compression:

Stored size: 401 Bytes

Contents

#!/usr/bin/env rackup
#
# Usage:
# * thin start -R config.ru
# * unicorn config.ru
# 
# Note that settings such as the adapter and port are usually ignored as their set
# by the webserver itself, commonly using the -p flag.
# 
require ::File.expand_path('../app', __FILE__)

Ramaze.start(
  :root    => Ramaze.options.roots,
  :started => true,
  :port    => Ramaze::Adapter.options.port
)

run Ramaze

Version data entries

17 entries across 17 versions & 1 rubygems

Version Path
zen-0.4.3 proto/app/config.ru
zen-0.4.2 proto/app/config.ru
zen-0.4.1 proto/app/config.ru
zen-0.4 proto/app/config.ru
zen-0.3 proto/app/config.ru
zen-0.3b1 proto/app/config.ru
zen-0.3b proto/app/config.ru
zen-0.2.8 proto/app/config.ru
zen-0.2.7 proto/app/config.ru
zen-0.2.6.1 proto/app/config.ru
zen-0.2.6 proto/app/config.ru
zen-0.2.5 proto/app/config.ru
zen-0.2.4.1 proto/app/config.ru
zen-0.2.4 proto/app/config.ru
zen-0.2.3 proto/app/config.ru
zen-0.2 proto/app/config.ru
zen-0.1a proto/app/config.ru