Daniel M Barlow

Results 5 issues of Daniel M Barlow

This fixes the following warnings that appear when calling `Gandi::Session#contact.info` ``` You are setting a key that conflicts with a built-in method Hashie::Mash#zip defined in Enumerable. This can cause unexpected...

Here are the warnings we get: ``` You are setting a key that conflicts with a built-in method Hashie::Mash#zip defined in Enumerable. This can cause unexpected behavior when accessing the...

Stack Traces appear in the log as `{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{}`. I ran this test: ``` # Works in plain Ruby without Rails user ~/app $ irb irb(main):002:0> require 'json' => true irb(main):003:0>...

Currently you can't use files in `config/initializers`/ change the Active Support events that are reported in the trace. Only the defaults will be used. This is because `ActiveSupport::Notifications.subscribe` is called...

When using the suggested code from [the documuentation](https://neo4jrb.readthedocs.io/en/stable/Testing.html): ```ruby # For the `neo4j` gem config.around do |example| ActiveGraph::Base.transaction do |tx| example.run tx.failure end end ``` We get this error: ```ruby...