Skip to content

ProGM/passenger-rails-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

THIS GEM IS OBSOLETE, SINCE PASSENGER >= 5.0.25 IMPLEMENTS THIS NATIVELY.

Gem Version Code Climate

passenger-rails-server

passenger-rails-server is a simple gem that sets the default server for rack (and rails) to phusion passenger.

Description

passenger-rails-server 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-server"

And then execute:

$ bundle install

Usage

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

Inspiration

https://github.com/samuelkadolph/unicorn-rails

Contributing

Fork, branch & pull request.

About

A simple gem that sets the default server for rack (and rails) to https://www.phusionpassenger.com/.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages