Skip to content

Commit 36da4cb

Browse files
authored
Add echo statement for Rails server start message
1 parent 4986499 commit 36da4cb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ruby_on_rails/template.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@
5050
#!/usr/bin/env bash
5151
set -euo pipefail
5252
53+
echo "Starting Rails server on http://#{app_name}.localhost:3000 (cmd-click to open)"
5354
rails s
5455
RUN
5556
end

0 commit comments

Comments
 (0)