Skip to content
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

fix for issue when setting nonexistent property for the first time using dot notation #37

Merged
merged 1 commit into from
Apr 5, 2012

Conversation

dtao
Copy link

@dtao dtao commented Apr 5, 2012

Right now, if you use dot notation to set a property on a node for the first time, like this:

  new_node = Neography::Node.create
  new_node.hair = "black"

It won't work. This is due to a bug in the implementation of method_missing in the Property module. This commit contains a fix along with an accompanying spec to illustrate the original problem.

maxdemarzi added a commit that referenced this pull request Apr 5, 2012
fix for issue when setting nonexistent property for the first time using dot notation
@maxdemarzi maxdemarzi merged commit 40c0fe0 into maxdemarzi:master Apr 5, 2012
@maxdemarzi
Copy link
Owner

Thanks Dan!

willkessler pushed a commit to willkessler/neography that referenced this pull request Apr 21, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants