This change will kill "phase 2" (the part that tries to mimic the Neo4j.rb
API) of Neography since I use it to provide idiomatic access to neo4j.

For example:
def suggestions_for(node)  
  node.incoming(:friends).order("breadth first").uniqueness("node
global").filter("position.length() == 2;").depth(2)
end

The options are:
1. Have users enter cypher directly ex. node.cypher("some cypher query
here")
2. Create an AREL for Cypher.  ( https://github.com/rails/arel )If it's the
right thing for Neo4j then do what you have to do.

--
View this message in context: 
http://neo4j-community-discussions.438527.n3.nabble.com/Neo4j-REST-traverse-deprecation-tp3460396p3462201.html
Sent from the Neo4j Community Discussions mailing list archive at Nabble.com.
_______________________________________________
Neo4j mailing list
User@lists.neo4j.org
https://lists.neo4j.org/mailman/listinfo/user

Reply via email to