Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 664 Bytes

foreman-issues.md

File metadata and controls

15 lines (9 loc) · 664 Bytes

Foreman Issues

It is not recomended 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 npm react-s3-uploader was failing to finish upload file to S3 when server was started by foreman -f Procfile.dev, at the same time the same code works fine when ruby server started by bundle exec rails s.

  • The same Procfile with different versions of foreman in combination with different versions of bundler may produce different output of ps aux. This may brake bash tools which rely on ps output.