Preston
Preston
Currently if you provide a quoted arg like: `--foo="bar"`, when you access `args("foo")`, you will get a string like `"\"bar\""`. This works differently than other command line arg abstractions I...
Any interest in adding the ability to transparently rewrite the Location if it matches the upstream to be the host/port/scheme of wherever the proxy is listening?
Got it mostly working in Rails 3, and I wrote generator support. I don't think there is a way to make it work for Rails 2 and Rails 3 at...
package.json specifies BSD, this just makes it clearer.
Fix invalid make target. I tried to compile with your instructions and couldn't find the target. I dug around in the makefile and found an underscore instead of a hyphen....