neo4j-ruby-driver icon indicating copy to clipboard operation
neo4j-ruby-driver copied to clipboard

Neo4j Ruby Driver

Results 21 neo4j-ruby-driver issues
Sort by recently updated
recently updated
newest added

when passing ```logger: ::Logger.new(STDOUT, level: :debug)``` in driver config most specs are failing

Provide the simplest possible piece of ruby code that demonstrates the testkit failure on TLS 1.2. It should work on 9.3.4.0 but fail on 9.3.6.0. We will use it to...

Pure async-io means without resorting to lower level nio4r

Make sure testkit-backend reflects testkit/nutkit/protocol on requests and responses including all attributes.

I am trying to get this to run: ``` $ cat test/TestNeo4jDriver.rb # frozen_string_literal: true require 'test/unit' require 'neo4j_ruby_driver' class TestNeo4jDriver < Test::Unit::TestCase def test_00_mustPass actualValue = 0 expectedValue =...

> This repository contains 2 implementations of a neo4j driver for ruby Wondering if it would be possible to modify this driver to include a third option for solely using...

This question is related to Neo4J Rails adapter : https://github.com/neo4jrb/neo4j-ruby-driver/ I use : ruby '2.6.8' gem 'rails', '~> 6.0', '>= 6.0.2.2' And for the connector : gem 'neo4j', '~> 9.6.0'...

Hi. We're actively using Neo4j in production with a Rails application, and we would really like to use the multi-db support that Rails 4 offers. My understanding from Gitter is...

An official, core driver near to the Neo4j driver specification sounds great, but the proposal doesn't feel Ruby-like. I also think Rails developers will prefer the abstraction built over the...