Michael Schlegel

Results 2 issues of Michael Schlegel

It seems to me that bolt is significantly slower than http. I setup my test app as described in the docs: ``` rails new myapp -m http://neo4jrb.io/neo4j/neo4j.rb -O cd myapp...

Hi, Following the instructions gave me the error "No session, please create a session first with Neo4j::Session.open(:server_db) or :embedded_db)" upon account creation. Had to add: require 'neo4j/railtie' to /config/application.rb you...