Reel::Rack

Gem Version Build Status Code Climate Coverage Status

A Rack adapter for Reel, the Celluloid::IO web server.

Installation

reel-rack can be installed with RubyGems:

gem install reel-rack

Bundle it with your application by adding this to your Gemfile:

gem 'reel-rack'

Usage

You should be able to launch any Rack-compatible under Reel with:

reel-rack

By default reel-rack will launch on port 3000. You can specify a port with:

reel-rack -p 9001

By default reel-rack will look for a config.ru file. You can specify any name you want, though:

reel-rack my_awesome_app.rb

For additional help, run:

reel-rack -h

Contributing

  • Fork this repository on Github
  • Make your changes and send a pull request
  • If your changes look good, we'll merge 'em

License

Copyright (c) 2013 Tony Arcieri, Jonathan Stott. Distributed under the MIT License. See LICENSE.txt for further details.