prax icon indicating copy to clipboard operation
prax copied to clipboard

Rack proxy server for development

Results 23 prax issues
Sort by recently updated
recently updated
newest added

Without prax, application is working fine with rails s. Prax is giving gem not found error. ~/.praxconfig is set up with code from the wiki for rvm. ``` $ bundle...

Currently running into a deadlock problem where micro service A is hitting micro service B which is hitting micro service A again. The deadlock causes a timeout. With a controller...

Prax seems to fail silently under recent versions of Rubinius. I've tried RBX 2.5.3 and 2.5.4 in Vagrant running Debian 7.7. It seems to work fine with MRI and older...

Hello ysbaddadan (and any other reader), I don't know if this is the right place for this kind of issue, but I did not know where to place it elsewhere....

Started prax with "prax start -f" - everything runs fine until I navigate into a secure section of the site that uses https and this error is returned: E, [2015-03-07T14:19:52.802521...

Not sure if that's an issue.. rather I just don't know how to set it up. So I installed prax, run: root@myapp-dev:/srv/myapp# prax start Starting prax in the background. root@myapp-dev:/srv/myapp#...

The `rvm` branch and this pull request will eventually make Prax correctly handle RVM. The first commit removes any specific Ruby from `$PATH` which allows Prax to run Racker from...

Hi guys, I tried to install in OpenSUSE, and figured out that sudo: update-rc.d: command not found In OpenSUSE it should use: sudo /sbin/chkconfig --set prax on

I'm hard resetting the environment variables to almost nothing, in order for ruby version managers to not be influenced by the ruby version Prax is currently running with. The problem...

Gems like `dotenv` allow the file o be YAML formatted. This isn't supported. Racker understands `.env` files as described by [foreman](http://ddollar.github.io/foreman/#ENVIRONMENT) and `heroku config -s`, so it understands `SOME_VARIABLE=value` and...