Given the guard-rails gem is an easy way to start a rails server and to relaunch it automatically during development as the source files change;
how should this gem be used to launch the processes in a Procfile instead of having it run rails s?
I have already found the foreman gem, which can read and start each process listed in the Procfile with foreman start.
Thanks! -A
Edit 1
This is a bad approach. Each process should be managed individually by guard so that they can
- be restarted independently, and
- be launched with development-friendly flags