neoid-gem / neoid

Extend Ruby on Rails ActiveRecord with Neo4j nodes. Keep RDBMS and utilize the power of Neo4j queries.
MIT License
171 stars 33 forks source link

Belongs_to relationship #7

Open Kelend opened 12 years ago

Kelend commented 12 years ago

Does the gem currently support relationships other than ones that have a join model? The example code only shows this case. What if you have a 1 to many relationship instead of many to many. My current attempts to get this to work have failed

gaaady commented 11 years ago

Any update on this issue?

elado commented 11 years ago

Currently the gem represents a graph, which most likely holds many-to-many relationships. I'm definitely open to PRs.