Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Q
Qpixel
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Terraform modules
Analyze
Contributor analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
EIP
Answers
Qpixel
Commits
b20ef235
Commit
b20ef235
authored
Sep 12, 2022
by
Taico Aerts
Browse files
Options
Downloads
Patches
Plain Diff
Start with migration to rails 6.0
parent
7dd84a6a
No related branches found
No related tags found
1 merge request
!24
Release 22-09-2022
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
config/puma.rb
+0
-1
0 additions, 1 deletion
config/puma.rb
with
0 additions
and
1 deletion
config/puma.rb
+
0
−
1
View file @
b20ef235
...
@@ -16,7 +16,6 @@ worker_timeout 3600 if ENV.fetch("RAILS_ENV", "development") == "development"
...
@@ -16,7 +16,6 @@ worker_timeout 3600 if ENV.fetch("RAILS_ENV", "development") == "development"
# Specifies the `port` that Puma will listen on to receive requests; default is 3000.
# Specifies the `port` that Puma will listen on to receive requests; default is 3000.
#
#
port
ENV
.
fetch
(
"PORT"
)
{
3000
}
port
ENV
.
fetch
(
"PORT"
)
{
3000
}
# Specifies the `environment` that Puma will run in.
# Specifies the `environment` that Puma will run in.
#
#
environment
ENV
.
fetch
(
"RAILS_ENV"
)
{
"development"
}
environment
ENV
.
fetch
(
"RAILS_ENV"
)
{
"development"
}
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment