Sha256: 93e64e92efe9be8d7a8d0bd726228813b39b4512fedb0ca8311cbb01d0bc3bdf

Contents?: true

Size: 537 Bytes

Versions: 27

Compression:

Stored size: 537 Bytes

Contents

#!/usr/bin/env rackup
# start.ru for ramaze apps
# use thin>=0.6.3
# thin start -r start.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 'start'
Ramaze.trait[:essentials].delete Ramaze::Adapter
Ramaze.start!
run Ramaze::Adapter::Base

Version data entries

27 entries across 27 versions & 6 rubygems

Version Path
Pistos-ramaze-2008.09 lib/proto/start.ru
Pistos-ramaze-2008.12 lib/proto/start.ru
Pistos-ramaze-2009.01 lib/proto/start.ru
Pistos-ramaze-2009.02 lib/proto/start.ru
manveru-ramaze-2008.07 lib/proto/start.ru
manveru-ramaze-2008.08 lib/proto/start.ru
manveru-ramaze-2008.09 lib/proto/start.ru
manveru-ramaze-2008.10 lib/proto/start.ru
manveru-ramaze-2008.12 lib/proto/start.ru
manveru-ramaze-2009.01 lib/proto/start.ru
ptomato-ramaze-2009.02.1 lib/proto/start.ru
ptomato-ramaze-2009.02 lib/proto/start.ru
starapor-slippers-0.0.2 examples/forms/start.ru
starapor-slippers-0.0.3 examples/forms/start.ru
starapor-slippers-0.0.5 examples/forms/start.ru
starapor-slippers-0.0.6 examples/forms/start.ru
starapor-slippers-0.0.8 examples/forms/start.ru
starapor-slippers-0.0.9 examples/forms/start.ru
slippers-0.0.14 examples/forms/start.ru
slippers-0.0.13 examples/forms/start.ru