Robert Chady
Robert Chady
Yes. In my case I need to connect to hostA in the cluster over SSL, but check virtual host hostB. In order to do that, I need to be able...
> @tarcieri I was thinking about that, but that IMO will make API look a bit weird: > > ```ruby > HTTP.get("https://a.example.com/foo/bar", :host => "b.example.com") > ``` > > So...
As a side note I wanted to say, I just got done porting some other code of mine from net/http to httprb... OMG what a difference! Thank you so much...
The date was not the issue, the time was. The resulting time is 00:54:00 which is not inside business hours. The rest of your logic I follow and agree with…...
I will second this one. Been looking for a way to make this happen automatically, but have yet to find anything that will handle it like endwise handles normal ruby...
Semi related to this, it seems to me it would be better to have a "reopen issue" option on a per re-occurance basis, rather than global or project based. There...