We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 283506f + 3dfd6f7 commit 8d2230cCopy full SHA for 8d2230c
CHANGELOG.md
@@ -1,3 +1,6 @@
1
+## next / unreleased
2
+
3
+* Update Procfile.dev to run foreman with `--open` option allowing remote sessions with `rdbg --attach` by @duduribeiro
4
5
## v2.0.30 / 2023-07-13
6
lib/install/Procfile.dev
@@ -1,2 +1,2 @@
-web: bin/rails server -p 3000
+web: env RUBY_DEBUG_OPEN=true bin/rails server -p 3000
css: bin/rails tailwindcss:watch
0 commit comments