puma / puma-dev

A tool to manage rack apps in development with puma

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

"unexpected exit: No puma executable found for ruby system"

NV opened this issue · comments

I'm trying to serve a static website on blah.test. Previously, I used Pow for that.

When I open http://blah.test/ I see:

unexpected exit:
	No puma executable found for ruby system

Instead of ~/Code/blah/website/index.html.

~/.puma-dev/blah ⮀ls -l
total 0
lrwxr-xr-x  1 nv  staff  36 Jun 20 07:55 public@ -> /Users/nv/Code/blah/website
drwxr-xr-x  3 nv  staff  96 Jun 20 07:55 tmp/

Any "app" managed by puma-dev will still try to boot puma. There's a workaround in #87.