Given guard-rails gem is an easy way to start the rails server and automatically restart it during development as the source files change;
how will this stone be used to start processes in Procfile instead of starting rails s?
I already found a foreman gem that can read and run every process specified in the Procfile file, c foreman start.
Thank! -A
Change 1
This is a bad approach. Each process must be individually controlled by a security guard so that they can
- restart independently and
- will be launched with development friendly flags
source
share