neo4jrb / activegraph

An active model wrapper for the Neo4j Graph Database for Ruby.
http://neo4jrb.io
MIT License
1.4k stars 276 forks source link

Must require `forwardable` #1535

Closed smackesey closed 5 years ago

smackesey commented 5 years ago

If I open IRB and require "neo4j", I get the following error:

NameError (uninitialized constant Neo4j::Shared::Property::ClassMethods::Forwardable)

If I require "forwardable" (from the standard library) before requiring neo4j, this doesn't happen. Looks like the neo4j gem needs to require forwardable.

Runtime information:

Neo4j database version: 3.5.2 neo4j gem version: 9.4.0 neo4j-core gem version: 9.0.0

jschulenklopper commented 5 years ago

Confirmed. I encountered the same problem, with the same versions.