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

Added config settings for plugin paths #29

Merged
merged 1 commit into from
Mar 22, 2012

Conversation

nickflux
Copy link
Contributor

I Installed Neo4j on my mac using Homebrew, which means that my Cypher plugin is in a different location from the one expected by Neography. To get round this I added two extra attributes to the Neography::Config class - cypher_path and gremlin_path, which I set the values you were using in Neography::Rest. I updated Neography::Rest to use these config values.

I haven't written any tests because I'm not sure what tests I could write - any suggestions are welcome. My first thought was if the rest_plugin_specs still pass then that should be OK, but if you want me to add something extra let me know.

Cheers,

Nick

@maxdemarzi
Copy link
Owner

I like it... I'll integrate it into the next release... waiting on dijkstra addition from Pablo Fernandez and I'll publish it.

maxdemarzi added a commit that referenced this pull request Mar 22, 2012
Added config settings for plugin paths
@maxdemarzi maxdemarzi merged commit f5897a0 into maxdemarzi:master Mar 22, 2012
willkessler pushed a commit to willkessler/neography that referenced this pull request Apr 21, 2014
adding support for loading single relationships
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.

2 participants