Building a better bin/dev script
The Rails 7.2 bin/dev script uses the foreman gem for process management, which has serious limitations when it comes to interactive debugging. This article explores a solution using run-pty, an interactive process manager that is an easy-to-use alternative to foreman, concurrently, overmind, tmux, and other tools. https://mattbrictson.com/blog/better-bin-dev-script
Post a comment