Skip to content
This repository has been archived by the owner on Dec 7, 2018. It is now read-only.

celluloid/reel-rack

Folders and files

NameName
Last commit message
Last commit date
Sep 6, 2013
Nov 7, 2016
Sep 6, 2013
Dec 18, 2014
Sep 6, 2013
Sep 6, 2013
Jul 6, 2014
Jul 6, 2014
May 7, 2016
Sep 6, 2013
May 7, 2016
Aug 21, 2018
Sep 6, 2013
Sep 10, 2013
Apr 15, 2014

Repository files navigation

Reel::Rack

Gem Version MIT licensed Build Status Maintained: no

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'

Documentation

Please see the Reel::Rack Wiki for detailed documentation, including how to use Reel::Rack with the Ruby on Rails web framework.

More information about Reel itself can be found on the Reel Project Page

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-2016 Tony Arcieri, Jonathan Stott. Distributed under the MIT License. See LICENSE.txt for further details.