Sha256: 691ceb657be195ab01a5cbd2832ae85c6a21a70485482c7b4f220eb181fe061a
Contents?: true
Size: 1.89 KB
Versions: 5
Compression:
Stored size: 1.89 KB
Contents
![Reel::Rack](https://github.com/celluloid/reel-rack/raw/master/logo.png) ========== [![Gem Version](https://badge.fury.io/rb/reel-rack.png)](http://rubygems.org/gems/reel-rack) [![Build Status](https://secure.travis-ci.org/celluloid/reel-rack.png?branch=master)](http://travis-ci.org/celluloid/reel-rack) [![Code Climate](https://codeclimate.com/github/celluloid/reel-rack.png)](https://codeclimate.com/github/celluloid/reel-rack) [![Coverage Status](https://coveralls.io/repos/celluloid/reel-rack/badge.png?branch=master)](https://coveralls.io/r/celluloid/reel-rack) A Rack adapter for [Reel][reel], the [Celluloid::IO][celluloidio] web server. [reel]: https://github.com/celluloid/reel [celluloidio]: https://github.com/celluloid/celluloid-io ## 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][wiki] for detailed documentation, including how to use Reel::Rack with the [Ruby on Rails][rails] web framework. More information about Reel itself can be found on the [Reel Project Page][reel] [wiki]: https://github.com/celluloid/reel-rack/wiki [rails]: http://rubyonrails.org/ [reel]: https://github.com/celluloid/reel ## 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.
Version data entries
5 entries across 5 versions & 1 rubygems
Version | Path |
---|---|
reel-rack-0.2.3 | README.md |
reel-rack-0.2.2 | README.md |
reel-rack-0.2.1 | README.md |
reel-rack-0.2.0 | README.md |
reel-rack-0.1.0 | README.md |