-
Notifications
You must be signed in to change notification settings - Fork 29
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
NoMethodError: undefined method `URI' for #<Neo4j::Driver::Internal::DriverFactory (should the driver work with ruby?) #63
Comments
Hello, the Seabolt-based version of the Ruby driver is unlikely to work with recent Neo4j versions, since Seabolt has not been maintained for a long while. |
Last I saw, Mr Klobuczek was waiting for drivers from the Neo4j team... It doesn't say anything about support being terminated post 4.0.x in the neo4j docs, so there must be SOMETHING i'm missing. What is the workaround for accessing 4.2+ (external requirement I can't control)? |
@soychicka your only option is jRuby https://rubygems.org/gems/neo4j-java-driver or patience (a lot of it) while we are working on the pury ruby driver 4.4.0. |
@klobuczek Is there a public repo for the pure Ruby driver to which we can contribute? |
@jec just catching up with the issues. The pure ruby driver is being implemented in this repository in |
I am trying to get this to run:
but it fails miserably:
I am using the most recent 1.7.5 version of the neo4j-ruby-driver gem:
Does the neo4j-ruby-driver not work with ruby 3?
I am on this platform:
I built the seabolt library 1.7.4 from sources on this system:
Any clarification/enlightenment/help much appreciated.
The text was updated successfully, but these errors were encountered: