Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Doesn't work with puma #72

Open
pencilcheck opened this issue Oct 18, 2014 · 1 comment
Open

Doesn't work with puma #72

pencilcheck opened this issue Oct 18, 2014 · 1 comment

Comments

@pencilcheck
Copy link

Using this command in Procfile

web: PRY_RESCUE_RAILS=1 bundle exec rescue puma -e development -p 3000

However getting this error:

Error: "puma" not found.
@phlipper
Copy link

phlipper commented Dec 3, 2014

@pencilcheck use this instead:

web: PRY_RESCUE_RAILS=1 bundle exec rescue rails s puma -e development -p 3000

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants