Skip to content

Instantly share code, notes, and snippets.

@jneptune
Last active August 29, 2015 14:24
Show Gist options
  • Save jneptune/0bbf6ef9ce9b1368c740 to your computer and use it in GitHub Desktop.
Save jneptune/0bbf6ef9ce9b1368c740 to your computer and use it in GitHub Desktop.
Heroku Foreman Issues

Issues with Foreman installed by Heroku

cannot load such file -- foreman/cli (LoadError)

Problem: Foreman has issues when its path contains spaces and the default path for Heroku is C:\Program Files(x86)\Heroku.

Fix: Reinstall Heroku and specify C:\Heroku as the path.

'foreman' is not recognized

Problem: When Heroku is installed in a path other than the default the path to foreman.bat is not added.

Fix: Add C:\Heroku\ruby-1.9.3\bin to PATH environment variable.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment