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

Chrome reimplements its own DNS resolver, and skips NSSwitch: https://code.google.com/p/chromium/issues/detail?id=117655 named Async DNS resolver. So Chrome isn't compatible with Prax, unless you use xip.io, switch the flag off (in Chrome...

bug
enhancement

Changed intoduced to rack in the commit below broke the way that prax uses Rack::File. This change uses the new API. https://github.com/rack/rack/commit/f244d4 https://github.com/rack/rack/commit/ed0d8c

Prax redirects traffic from port 80 to port 20559 and port 443 to port 20558 (using iptables rules), which may conflict with running web servers (like nginx or apache). We...

Dear I'm following tutorial related to API with rails http://apionrails.icalialabs.com/book/chapter_one#cha-chapter_one but when I reach to implement this command `$ cd /opt/prax/ $ ./bin/prax install` I get the following error `nss_prax.c:5:10:...

hi and thanks for great gem, would you please tell if it's possible to spawn the server other then rails? i.e. say i go to `http://my-emberjs-app.dev` and prax starts `ember...

question

I get routing errors when trying to upload a file greater than 100kb. The problem doesnt exist when running webrick using "rails server"

bug

Is there a way to completely delete prax so I can try to do a clean install again?

question

Hello, Prax is returning some default template application instead of actual application , attached the screen shot for your reference, I have executed the below command to run my application....

Hi, I am using rails app with RVM and I am using prax.. I could not get my app running even I followed rvm wiki page for prax. Here is...

question