Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Move gem(puma) to group :production with instructions #1964

Merged
merged 2 commits into from
Feb 25, 2024

Conversation

nimmolo
Copy link
Contributor

@nimmolo nimmolo commented Feb 25, 2024

Because otherwise, Rails will try to run puma in dev.

After this is merged, each person has to run this command locally (this is also a note in the Gemfile now):
bundle config set --local without 'production'

then bundle.

Then you can run rails s under webrick without further hassles.

@nimmolo nimmolo marked this pull request as ready for review February 25, 2024 21:37
@coveralls
Copy link
Collaborator

coveralls commented Feb 25, 2024

Coverage Status

coverage: 94.41%. remained the same
when pulling 76e07ca on puma-in-group-production
into 614cc4f on main.

@nimmolo nimmolo merged commit 89d5bd1 into main Feb 25, 2024
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants