Skip to content
Andreas Ronge edited this page Aug 27, 2014 · 11 revisions

Example of how to rollback a transaction:

Neo4j::Transaction.run do |tx|
   Neo4j::Node.create
   Person.create
   tx.fail
end

There are many limitations using the transaction together with the Neo4j Server.

API

Clone this wiki locally