From 8a73e742a4e8f2302b2e36ec7f322c1ba03dfe33 Mon Sep 17 00:00:00 2001 From: Max De Marzi Date: Thu, 22 Mar 2012 05:13:51 +0000 Subject: [PATCH] adding cypher_path and gremlin_path options --- README.rdoc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.rdoc b/README.rdoc index 83254fe..c647d16 100644 --- a/README.rdoc +++ b/README.rdoc @@ -86,7 +86,9 @@ to your Rakefile to have access to these tasks. :password => 'your password', #leave out for default :log_file => 'neography.log', :log_enabled => false, - :max_threads => 20}) + :max_threads => 20, + :cypher_path => '/cypher', + :gremlin_path => '/ext/GremlinPlugin/graphdb/execute_script'}) Quick initializer (assumes basic authorization if username is given):