ysbaddaden / prax

Rack proxy server for development
http://ysbaddaden.github.io/prax/
Other
475 stars 49 forks source link

prax does not work on Ruby 2.1.1 #86

Closed sl4m closed 10 years ago

sl4m commented 10 years ago

I haven't looked into it further, but prax does not work on 2.1.1. It worked fine in 2.1.0. Is there a log that prax writes to when it blows up internally?

adamcrown commented 10 years ago

Have you tried the unstable branch? I've been using it with Ruby 2.1.1 and rbenv without any problems.

sl4m commented 10 years ago

@adamcrown Yes, I'm using that branch, but using chruby instead of rbenv. Without a formal log, I can't determine why it's not working.

adamcrown commented 10 years ago

Is anything being logged to ~/.prax/_logs/prax.log?

sl4m commented 10 years ago

Unfortunately, it was not. I suspect it was dying before prax can write to the log that it's ready:

Prax is ready to receive connections on :20559.
adamcrown commented 10 years ago

One more suggestion then. Have you tried prax start -f to start it in the foreground and see what the output is?

sl4m commented 10 years ago

Good call on prax start -f. I totally missed an important gem in my 2.1.1 install - rack. Thanks for the help!