RailsApps / rails-devise-pundit

Rails 5.0 starter app with Devise for authentication and Pundit for authorization.
http://railsapps.github.io/rails-devise-pundit/
483 stars 156 forks source link

Changed Heroku recommendation from Unicorn to Puma #28

Open SharkBeard opened 8 years ago

SharkBeard commented 8 years ago

Heroku now recommends Puma.

Heroku recommends using the Puma web server instead of Unicorn. If you are using Unicorn, your application is not protected against a slow client attack. https://devcenter.heroku.com/articles/rails-unicorn Last Updated: Feb 01, 2016