Skip to content

andreasronge/neo4j-rails-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Neo4j.rb example rails application

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •