
Generators can now generate relationships as well
Reported by Andreas Ronge | November 2nd, 2011 @ 08:08 PM
It is currently only possible to have generators for simple
properties.
Need indices and has_n and has_one (both incoming and outgoing)
Comments and changes to this ticket
-
Andreas Ronge November 2nd, 2011 @ 08:09 PM
- State changed from new to resolved
(from [b1f9ae9ba9ae8c3c54f082580f0125bae06d2058]) Generators can now generate relationships as well [#195 state:resolved] https://github.com/andreasronge/neo4j/commit/b1f9ae9ba9ae8c3c54f082...
-
Andreas Ronge April 25th, 2012 @ 03:38 PM
(from [c6c234f3b4a020199e95e1b3b1eadf6ccdf2fa14]) Fix for Neo4j::Rails::Relationship default property, closes #195 https://github.com/andreasronge/neo4j/commit/c6c234f3b4a020199e95e1...
Please Sign in or create a free account to add a new ticket.
With your very own profile, you can contribute to projects, track your activity, watch tickets, receive and update tickets through your email and much more.
Create your profile
Help contribute to this project by taking a few moments to create your personal profile. Create your profile ยป
Neo4j.rb is a graph database framework for JRuby.
It provides:
* Mapping of ruby objects to nodes in networks rather than in tables.
* Storage of ruby object to a file system.
* Fast traversal of relationships between nodes in a hugh node space.
* Transaction with rollbacks support.
* Indexing and quering of ruby objects.
* Integration with Rails