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

relationship properties not supported by neoid #8

Closed allen13 closed 11 years ago

allen13 commented 12 years ago

After digging through the code I couldn't find any support for neo4j relationship properties. They are supported by the underlying neography library . Was there a reason this feature was left out?

oli-g commented 12 years ago

I made a pull request for this.

elado commented 11 years ago

Recent commits solved that. Thanks for reporting!