{"id":20348677,"url":"https://github.com/puma/puma-heroku","last_synced_at":"2025-08-20T04:32:22.170Z","repository":{"id":55885030,"uuid":"51239126","full_name":"puma/puma-heroku","owner":"puma","description":"Plugin plugin for Heroku integration","archived":false,"fork":false,"pushed_at":"2020-12-09T14:51:58.000Z","size":24,"stargazers_count":49,"open_issues_count":0,"forks_count":12,"subscribers_count":6,"default_branch":"master","last_synced_at":"2024-12-09T06:40:24.143Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Ruby","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/puma.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2016-02-07T07:12:46.000Z","updated_at":"2024-05-17T16:44:19.000Z","dependencies_parsed_at":"2022-08-15T08:40:12.441Z","dependency_job_id":null,"html_url":"https://github.com/puma/puma-heroku","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/puma%2Fpuma-heroku","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/puma%2Fpuma-heroku/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/puma%2Fpuma-heroku/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/puma%2Fpuma-heroku/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/puma","download_url":"https://codeload.github.com/puma/puma-heroku/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":230394228,"owners_count":18218707,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-14T22:21:38.158Z","updated_at":"2024-12-19T07:06:35.785Z","avatar_url":"https://github.com/puma.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# puma-heroku\n\nThis gem is being sunset. Puma 5.0+ now configures Puma in most of the ways that this plugin did.\n\n## Removing this gem from your Gemfile \n\n1. Upgrade to Puma 5.0.\n2. Add `port ENV['PORT'] || 3000` to your Puma config file, or `-p ${PORT:-3000}` to your `puma` invocation in your Procfile.\n3. Remove this gem.\n\n## More Notes on Upgrading from 1.0\n\nIn 1.x, this plugin set `workers` to `1` if WEB_CONCURRENCY is not set. However, this isn't optimal, as it creates a master and worker process, when instead we could just use single mode (`workers 0`) and save memory. 2.x of this plugin uses the Puma 5 default, which is `workers 0` if `WEB_CONCURRENCY` is not set.\n\nIf you are using Rails 4.0 or less, you will have to [add your own `on_worker_boot` block.](https://devcenter.heroku.com/articles/deploying-rails-applications-with-the-puma-web-server#on-worker-boot), it has been removed.\n\nAs of Puma 5.0/this plugin 2.x, all this gem does is set the port to `ENV[\"PORT\"]`. In Puma 6.0, Puma will listen to `ENV[\"PORT\"]` by default, and this plugin will receive no further updates (because all of its changes will be merged into the Puma default config).\n\n## License\n\nThe gem is available as open source under the terms of the [MIT License](http://opensource.org/licenses/MIT).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpuma%2Fpuma-heroku","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpuma%2Fpuma-heroku","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpuma%2Fpuma-heroku/lists"}