Skip to content

barruumrex/passenger-rails

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 this line to your application's Gemfile:

gem 'passenger-rails'

And then execute:

$ bundle install

Usage

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

Contributing

Fork, branch & pull request.

About

Phusion Passenger as your default Rack Server

Resources

License

Stars

Watchers

Forks

Packages

No packages published