Questions tagged [neo4jrb]

neo4j is a ruby/rails is a server extension library for managing JVM scripting languages

neo4j is a ruby/rails is a server extension library for managing JVM scripting languages

17 questions
0
votes
1 answer

"Neo4j::MigrationError: Duplicate constraint for Person"?

I created a new rails app using Neo4j,then created a Model/Node Person. But when i run rake neo4j:migrate it gives the error for Duplicate Constraint. I have previously created another Rails app on the same machine with same Model/Node as a Person…
0
votes
1 answer

Using neo4jRb Gem, how do I get the relationship on a has_one association

So I created a has_one and has_many relationship with neo4j class Client has_one :out , :room, model_class: :Room,rel_class: :AssignedTo end class Room has_many :in , :clients, rel_class: :AssignedTo, model_class: :Client end class…
SoWhat
  • 5,564
  • 2
  • 28
  • 59
1
2