Skip to content

Commit e4f8604

Browse files
committed
Bring back puma.rb to target of app:update
This is a partial revert of rails#41083. `puma.rb` may update by users, but Rails has improved `puma.rb` sometimes. For example, 06d614a and f719787. To allow users to know those improvements, I think we should update `puma.rb` by `app:update`.
1 parent 51f8126 commit e4f8604

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

railties/lib/rails/generators/rails/app/app_generator.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ def config
128128
template "application.rb"
129129
template "environment.rb"
130130
template "cable.yml" unless options[:update] || options[:skip_action_cable]
131-
template "puma.rb" unless options[:update]
131+
template "puma.rb"
132132
template "storage.yml" unless options[:update] || skip_active_storage?
133133

134134
directory "environments"

0 commit comments

Comments
 (0)