neo4j-core icon indicating copy to clipboard operation
neo4j-core copied to clipboard

A simple unified API that can access both the server and embedded Neo4j database. Used by the neo4j gem

Results 49 neo4j-core issues
Sort by recently updated
recently updated
newest added

Fixes #272 This pull introduces/changes: * adds an :http_adaptor option to CypherSession::Adaptors::HTTP.new for Faraday adaptor * Pings: @cheerfulstoic @subvertallchris

Fixes #272 This pull introduces/changes: * adds an :http_adaptor option to CypherSession::Adaptors::HTTP.new for Faraday adaptor Pings: @cheerfulstoic @subvertallchris

The [Faraday](https://github.com/lostisland/faraday) gem [spells adapter with an e](https://github.com/lostisland/faraday/search?utf8=%E2%9C%93&q=adapter). This could lead to some confusion for the fix in https://github.com/neo4jrb/neo4j-core/pull/273 as it is unclear if we should use the Neo4j-core or...

Fixes https://github.com/neo4jrb/neo4j-core/issues/275 This pull introduces/changes: * changes spelling of adaptor to adapter (with an 'e') everywhere to match Faraday gem and standard US English Pings: @cheerfulstoic @subvertallchris

I think that this would be pretty easy. See: http://stackoverflow.com/questions/34233349/reconnect-neo4jrb-connections-after-puma-fork-with-preload-app/34281962#34281962

next release

i.e. nodes / rels / props which are created / destroyed

It is important that `where` clauses go with their `match` clauses and the Ruby API should reflect this. I'm wondering if maybe we should re-think the way that clauses group...

In the other gem, ActiveRel has the ability to gradually assemble a Cypher query that will create a rel and one or both nodes in a single call. This is...

`Neo4j::Core::CypherSession.new_for_adaptor(:http, url)`