
Simplify and Remove Configuration of Converters
Reported by Andreas Ronge | December 6th, 2010 @ 09:11 AM | in 1.0.0.beta.24
Simpler solution is use the classes in the Converters
module.
If one wants to add a new one simply add one class in the
Converters module.
Comments and changes to this ticket
-
Andreas Ronge December 6th, 2010 @ 09:12 AM
- Milestone set to 1.0.0.beta.24
- Milestone order changed from 23 to 0
-
Andreas Ronge December 15th, 2010 @ 11:34 AM
- State changed from new to resolved
-
Andreas Ronge January 23rd, 2012 @ 10:41 AM
(from [05be16b9752a90d45d5d2bb9a382a22b649315fd]) Fix of BatchInserter bug, closes #139 https://github.com/andreasronge/neo4j/commit/05be16b9752a90d45d5d2b...
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