We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
What we did We added govuk_test in content-publisher in alphagov/content-publisher@e352ba6
govuk_test
What happened This has caused Rails to default to the puma server when we run rails s.
rails s
What I expected the happen No change to the rails application server
Workaround We've updated the startup.sh to run rails s webrick to force the auto-reloading webrick development server.
startup.sh
rails s webrick
The text was updated successfully, but these errors were encountered:
No branches or pull requests
What we did
We added
govuk_test
in content-publisher in alphagov/content-publisher@e352ba6What happened
This has caused Rails to default to the puma server when we run
rails s
.What I expected the happen
No change to the rails application server
Workaround
We've updated the
startup.sh
to runrails s webrick
to force the auto-reloading webrick development server.The text was updated successfully, but these errors were encountered: