Skip to content

Commit

Permalink
* Added hyperlinks to node classes from /neo and from nodes to its re…
Browse files Browse the repository at this point in the history
…lationships URI.

* Also fixed the example.rb - it works.
* NodeMixin is now moved inside Neo4j module namespace
[#47]
  • Loading branch information
andreas committed Jun 22, 2009
1 parent 69a7dcd commit f245f72
Show file tree
Hide file tree
Showing 6 changed files with 363 additions and 261 deletions.
20 changes: 14 additions & 6 deletions README.rdoc
Expand Up @@ -34,19 +34,27 @@ It uses two powerful and mature java libraries:
* Ruby Manor 2008 - Jonathan Conway: http://jaikoo.com/assets/presentations/neo4j.pdf
* Neo4j wiki - http://wiki.neo4j.org/content/Main_Page (check the guidelines and domain modeling gallery pages)


=== Contributing

Have you found a bug, need help or have a patch ?
Just clone neo4j.rb and send me a pull request or email me
Do you need help - send me an email (andreas.ronge at gmail dot com)
Please also check/add issues at lighthouse, http://neo4j.lighthouseapp.com

=== License
* Neo4j.rb - MIT, see the LICENSE file http://github.com/andreasronge/neo4j/tree/master/LICENSE.
* Lucene - Apache, see http://lucene.apache.org/java/docs/features.html
* Neo4j - Dual free software/commercial license, see http://neo4j.org/

=== Content
=== Content
This page contains the following information:
* Installation guide
* Three Minute Tutorial
* Ten Minute Tutorial
* Lucene API Documentation
* Neo4j API Documentation
* Extensions: REST
* Extensions: REST (see Neo4j::RestMixin)
* Ruby on Rails with Neo4j.rb

== Installation
Expand All @@ -63,7 +71,7 @@ To install from the latest source:
This has been verified to work on JRuby 1.3.0

==== Running all RSpecs

[hoj:foo]

To check that neo4j.rb is working:

Expand Down Expand Up @@ -1394,14 +1402,14 @@ Another solution might be to simply copy the master database (rsync ?) to the sl

There is an experimental REST extension to Neo4j.rb.
It requires the following gems
* Sinatra >= 0.9.2
* Sinatra > 0.9.2 (I can only get the example.rb running by building from the latest from github).
* Rack >= 1.0
* json-jruby > 1.1.6
* json-jruby >= 1.1.6

For testing it also needs:
* rack-test

For more information see the test/rest/example.rb or the examples/admin.
For more information see the test/rest/example.rb or the examples/admin or Neo4j::RestMixin.


== Ruby on Rails with Neo4j.rb
Expand Down

0 comments on commit f245f72

Please sign in to comment.