We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I've only just started playing around with Neography (and Neo4J), so not sure if this expected behaviour, but if I do the following:
node = Neography::Node.create("age" => 31, "name" => "Max") node.both.size #or any array-type functions
I get
NoMethodError: undefined method `collect' for nil:NilClass
This appears to be caused by this line:
return nil if node_relationships.empty?
which is expected to be something that responds to collect.
Happy to do a spec/patch/pull request if this is a bug rather than expected behaviour
The text was updated successfully, but these errors were encountered:
Seems to me that this is a bug. Would you agree, @maxdemarzi ?
Sorry, something went wrong.
b234e7f
Merge pull request maxdemarzi#69 from blizkreeg/models
0da9c15
bringing active model dirty back to check for changed attributes
No branches or pull requests
I've only just started playing around with Neography (and Neo4J), so not sure if this expected behaviour, but if I do the following:
I get
This appears to be caused by this line:
which is expected to be something that responds to collect.
Happy to do a spec/patch/pull request if this is a bug rather than expected behaviour
The text was updated successfully, but these errors were encountered: