Project

reel-rack

0.05
Repository is archived
No commit activity in last 3 years
No release in over 3 years
There's a lot of open issues
Rack adapter for Reel
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 1.3
>= 0
>= 0

Runtime

>= 1.4.0
>= 0.5.0
 Project Readme

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.