puma

https://github.com/puma/puma

Ruby

A Ruby/Rack web server built for parallelism

Puma::Server#options

No Docs, write some!

Source | Google | Stack overflow

Edit

git clone [email protected]:puma/puma.git

cd puma

open lib/puma/server.rb

Contribute

# Make a new branch

git checkout -b -your-name--update-docs-Puma--Server-options-for-pr


# Commit to git

git add lib/puma/server.rbgit commit -m "better docs for Puma::Server#options"


# Open pull request

gem install hub # on a mac you can `brew install hub`

hub fork

git push <your name> -your-name--update-docs-Puma--Server-options-for-pr

hub pull-request


# Celebrate!