Sha256: 55def2cc53db775ab321a32c728331e9df0b59c308b4cde7eaa66c47255df832

Contents?: true

Size: 311 Bytes

Versions: 6

Compression:

Stored size: 311 Bytes

Contents

# An example of running Rack application.
#
# Running this example:
#
#   m2sh load -config mongrel2.conf
#   bundle exec foreman start
#
# Browse now to http://localhost:6767/rack to see the effect.

$stdout.sync = true
$stderr.sync = true

require 'rack/lobster'
use Rack::ContentLength
run Rack::Lobster.new

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
m2r-2.1.0 example/lobster.ru
m2r-2.1.0.pre example/lobster.ru
m2r-2.0.2 example/lobster.ru
m2r-2.0.1 example/lobster.ru
m2r-2.0.0 example/lobster.ru
m2r-1.0.0 example/lobster.ru