Skip to content

Commit 13329e4

Browse files
authored
Merge pull request #350 from st0012/update-readme
Update troubleshooting advice on the debugger issue with puma plugin
2 parents ebfe299 + db81dab commit 13329e4

File tree

1 file changed

+2
-9
lines changed

1 file changed

+2
-9
lines changed

README.md

+2-9
Original file line numberDiff line numberDiff line change
@@ -186,16 +186,9 @@ If you need to use a custom input or output file, you can run `bundle exec tailw
186186

187187
Some common problems experienced by users ...
188188

189-
### Lost keystrokes or hanging when using `ruby/debug` with the Puma plugin
190-
191-
If you are using the `ruby/debug` debugger while using the Puma plugin from this gem, and you're experiencing what looks like hanging or lost keystrokes, then you'll need to disable Reline.
192-
193-
You can read the [`debug` documentation](https://github.com/ruby/debug?tab=readme-ov-file#configuration) for more information, but the easiest thing to do is to set the environment variable `RUBY_DEBUG_NO_RELINE`:
194-
195-
``` sh
196-
RUBY_DEBUG_NO_RELINE=1 rails server
197-
```
189+
### Lost keystrokes or hanging when using terminal-based debugging tools (e.g. IRB, Pry, `ruby/debug`...etc.) with the Puma plugin
198190

191+
We've addressed the issue and you can avoid the problem by upgrading `tailwindcss-rails` to [v2.4.1](https://github.com/rails/tailwindcss-rails/releases/tag/v2.4.1) or later versions.
199192

200193
### Running in a docker container exits prematurely
201194

0 commit comments

Comments
 (0)