gerard76

Results 6 issues of gerard76

``` require 'fakeweb' FakeWeb.allow_net_connect = false reg = /http:\/\/a\.com\?a=1/ uri=URI("http://a.com?a=1") FakeWeb.register_uri(:get, reg, body: 'ok') Net::HTTP.get(uri) ``` results in a `FakeWeb::NetConnectNotAllowedError (Real HTTP connections are disabled. Unregistered request: GET http://a.com/?a=1)` But...

fixes #54 caveats: 1. translated yml's will no longer be in sync with en.yml. I think I can remove the same questions from the other languages if you want? 2....

Thanks for the gem. We have been using for years. We use the default questions and some of our own. Lately I noticed a lot of bypasses. About 20% of...

When I create a template from an existing `.env` file located in another directory as my working directory, the template is not created in my working directory ### Steps to...

If I create a core in /etc/solr/ and add it in the interface. It is gone after a solr restart. If I skip the SOLR_HOME argument in the startup script...

I am getting the error: Some code tries to initialize Savon with the "http://ec.europa.eu/taxation_customs/vies/checkVatService.wsdl" (String) Savon 2 expects a Hash of options for creating a new client and executing requests....