Foreman Issues
It is not recommended to include foreman into Gemfile
See: https://github.com/ddollar/foreman
Ruby users should take care not to install foreman in their project's Gemfile.
Known issues
-
With
foreman 0.82.0
npmreact-s3-uploader
was failing to finish upload file to S3 when server was started byforeman -f Procfile.dev
, at the same time the same code works fine when ruby server started bybundle exec rails s
. -
The same Procfile with different versions of
foreman
in combination with different versions ofbundler
may produce different output ofps aux
. This may brake bash tools which rely onps
output.