Skip to content

Commit

Permalink
Remove custom Puma config
Browse files Browse the repository at this point in the history
Closes #992

Rails now ships with Puma by default, including a default Puma config
that already has everything we need.

Co-authored-by: Frida Casas <[email protected]>
  • Loading branch information
composerinteralia and fridaland committed Apr 7, 2020
1 parent a12a794 commit c17b0a1
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 34 deletions.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@ It includes application gems like:
* [Skylight](https://www.skylight.io/) for monitoring performance
* [Title](https://github.com/calebthompson/title) for storing titles in
translations
* [Puma](https://github.com/puma/puma) to serve HTTP requests

And development gems like:

Expand Down
4 changes: 0 additions & 4 deletions lib/suspenders/app_builder.rb
Original file line number Diff line number Diff line change
Expand Up @@ -174,10 +174,6 @@ def configure_action_mailer
)
end

def replace_default_puma_configuration
copy_file "puma.rb", "config/puma.rb", force: true
end

def create_heroku_apps(flags)
create_staging_heroku_app(flags)
create_production_heroku_app(flags)
Expand Down
1 change: 0 additions & 1 deletion lib/suspenders/generators/app_generator.rb
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,6 @@ def configure_app
build :configure_action_mailer
build :configure_time_formats
build :setup_default_rake_task
build :replace_default_puma_configuration
end

def create_heroku_apps
Expand Down
28 changes: 0 additions & 28 deletions templates/puma.rb

This file was deleted.

0 comments on commit c17b0a1

Please sign in to comment.