
Create a Rails App Example
Reported by Andreas Ronge | December 12th, 2008 @ 09:38 PM | in 0.1
Comments and changes to this ticket
-
Andreas Ronge December 12th, 2008 @ 09:40 PM
- Milestone set to 0.1
- Title changed from How does it work Lighthouse ? to Create a Rails App Example
Create a new git repo containing a complete rails application with neo4j.rb
-
Andreas Ronge December 12th, 2008 @ 09:42 PM
Create a new github project holding a complete neo4j.rb rails example app. Move the documentation from the neo4j.rb README to this new project
-
Andreas Ronge December 18th, 2008 @ 09:21 PM
- State changed from new to hold
Maybe it is enough with the example in the README.rdoc file
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