0.0
No commit activity in last 3 years
No release in over 3 years
passenger-rails overrides the Rack::Handler.default method to return Rack::Handler::Passenger which will cause rack (and rails) to use passenger by default.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Runtime

 Project Readme

passenger-rails

passenger-rails is a simple gem, clone of unicorn-rails that sets the default server for rack (and rails) to passenger.

Description

passenger-rails overrides the Rack::Handler.default method to return Rack::Handler::Passenger which will cause rack (and rails) to use passenger by default.

Installation

Add the following along with gem passenger or gem 'passenger-enterprise-server' in your application's Gemfile:

gem 'passenger-rails'

And then execute:

$ bundle install

Upgrading

If you upgrade from v0.0.x, be sure to include gem 'passenger' or gem 'passenger-enterprise-server', depending on which you wish to use. Since both are supported, neither can be included as a dependency.

Usage

Just add the gem to your Gemfile and then rails server will default to using passenger.

Contributing

Fork, branch & pull request.