Sha256: c0277af8b7194c86e6b6c4772bc3ead3b74b3d0478f2582d7cb14f6d5c85e58b

Contents?: true

Size: 242 Bytes

Versions: 4

Compression:

Stored size: 242 Bytes

Contents

$LOAD_PATH.unshift File.expand_path(File.join(File.dirname(__FILE__), '..', '..', 'lib'))
$LOAD_PATH.unshift File.expand_path('.') # Ruby 1.9 doesn't have . in the load path...

require 'rack/handler/mongrel2'
require 'app'

run AsyncExample

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
em-rack-mongrel2-0.2.3 example/async_sinatra/config.ru
em-rack-mongrel2-0.2.2 example/async_sinatra/config.ru
em-rack-mongrel2-0.2.1 example/async_sinatra/config.ru
em-rack-mongrel2-0.2.0 example/async_sinatra/config.ru