
Change name of method properties to property
Reported by Andreas Ronge | December 17th, 2008 @ 06:03 PM | in 0.1
Neo4j::NodeMixin has now 2 method doing the same thing Use property always. Update docs and specs.
Comments and changes to this ticket
-
Andreas Ronge December 18th, 2008 @ 03:27 PM
- State changed from new to open
(from [234b9b7aa89e952d065c9cac6d80770a6ee4c4b2]) Renamed properties to property, updated docs and specs. [#11 state:open] http://github.com/andreasronge/n...
-
Andreas Ronge December 18th, 2008 @ 03:27 PM
- State changed from open to resolved
(from [9c8e6845007f40461a7ab3d32a81197a818fbf07]) Updated imdb example to use property instead of properties. [#11 state:resolved] http://github.com/andreasronge/n...
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
People watching this ticket
Referenced by
-
11 Change name of method properties to property (from [234b9b7aa89e952d065c9cac6d80770a6ee4c4b2]) Renamed...
-
11 Change name of method properties to property (from [9c8e6845007f40461a7ab3d32a81197a818fbf07]) Updated...