Skip to content

Commit b391068

Browse files
dadachiclaude
andcommitted
remove bin/rails restart from bin/setup
No server is running on a fresh clone, so the restart signal is a no-op. Aligns bin/setup with the default Rails template. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 93812ac commit b391068

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

bin/setup

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,4 @@ FileUtils.chdir APP_ROOT do
3333

3434
puts "\n== Removing old logs and tempfiles =="
3535
system! "bin/rails log:clear tmp:clear"
36-
37-
puts "\n== Restarting application server =="
38-
system! "bin/rails restart"
3936
end

0 commit comments

Comments
 (0)