Documentation for Neo4j.rb.
Documentation for integrating Neo4j and Rails.
To work with Neo4j::Model objects in the console, you have to wrap your operations in a Neo4j::Transaction.
Neo4j::Transaction.run do n = Neo4j::Model.create(:name => 'Humphrey Bogart') end