arsduo / batch_api

A Facebook-style, RESTful Batch API
MIT License
274 stars 52 forks source link

Added nil guard to REQUEST_URI variable, not set by all web servers. #22

Closed pbendersky closed 9 years ago

pbendersky commented 11 years ago

Added nil guard to @env["REQUEST_URI"] as it is not set by Pow (see https://github.com/37signals/pow/issues/81)

arsduo commented 11 years ago

Thanks for catching this! Adding a test and merging it in now.

pbendersky commented 11 years ago

Thank you! Next time I'll include a test, sorry about that.

ericraio commented 10 years ago

I just ran into this issue, really would like to have this merged in :+1:

arsduo commented 9 years ago

After a shamefully long nearly two years, I've finally merged this in. I'd stopped using the project (and also moved continents) and had no idea how long this had sat. Sorry about that!