architect4r icon indicating copy to clipboard operation
architect4r copied to clipboard

A ruby wrapper for the neo4j graph database which aims for easy rails integration.

Results 7 architect4r issues
Sort by recently updated
recently updated
newest added

When I cloned this repo 44 of the tests were failing. Updating the version of the test db fixed all but one. I fixed that test in node_spec and added...

Are indexes on the roadmap? What would it take to implement them?

When I try to save! an instance, it throws up this error ``` ruby NoMethodError: undefined method `fail_validate!' for MyClass:Class ``` I looked into your code and could not find...

Hi, I was following the example in the Readme in IRB, and am coming across the following error whenever I try and save, count or find. Save and find still...

Excuse if this is stupid and/or there is an obvious solution, I'm just starting with neo4j/architect4r: I'm trying to make a list of things using neo4j/architect4r. My model is roughly...

It is pretty important to be able to do batching operations. Often we need to create nodes and add indexes and relationships on those at the same time. So it...

Sticking with cypher may be ok most of the times. But unfortunately there are number of things that you just cannot do with it (like finding all the leaves for...