Sha256: 05d88e77e9867f9119ac10a46910c65910de11b83a4bd059828a2c3db4dc6751

Contents?: true

Size: 556 Bytes

Versions: 5

Compression:

Stored size: 556 Bytes

Contents

#!/usr/bin/env rackup
#
# config.ru for ramaze apps
# use thin >= 1.0.0
# thin start -R config.ru
#
# rackup is a useful tool for running Rack applications, which uses the
# Rack::Builder DSL to configure middleware and build up applications easily.
#
# rackup automatically figures out the environment it is run in, and runs your
# application as FastCGI, CGI, or standalone with Mongrel or WEBrick -- all from
# the same configuration.

require File.expand_path('app', File.dirname(__FILE__))
Ramaze.start(:file => __FILE__, :started => true)
run Ramaze

Version data entries

5 entries across 5 versions & 2 rubygems

Version Path
manveru-ramaze-2009.04 lib/proto/config.ru
manveru-ramaze-2009.05.08 lib/proto/config.ru
manveru-ramaze-2009.05 lib/proto/config.ru
ramaze-2009.04 lib/proto/config.ru
ramaze-2009.05 lib/proto/config.ru