Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
Neo4j.rb Release 0.4.0
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  2 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
Andreas Ronge  
View profile  
 More options Feb 6 2010, 1:13 pm
From: Andreas Ronge <andreas.ro...@jayway.se>
Date: Sat, 6 Feb 2010 19:13:24 +0100
Local: Sat, Feb 6 2010 1:13 pm
Subject: Neo4j.rb Release 0.4.0
Hi

I've just released Neo4j.rb version 0.4.0
Installation:  jruby -S gem install neo4j -v 0.4.0
Updated & Improved RDocs: http://neo4j.rubyforge.org/

I have done some major refactoring and performance improvements.
* The traversal speed can be increased by around 3 times by using the
Neo4j Java objects instead of using wrapped Ruby objects.
* The Neo4j Java Node and relationships are now exposed, e.g.
Neo4j::Node.new will create a org.neo4j.graphdb.Node object.
I have added some methods on that object (moved from Neo4j::NodeMixin
which now instead delegates to the java object instead).
* The Relationship and Node now includes the same mixin - that means
you can declare property accessors and lucene index on Relationships
just like on Nodes.

The API has changed, e.g. the relationships method is renamed to rels.
This is because the
Java object already had this method. Also all internal properties -
node id and classname now have a prefix '_'.

Happy Hacking !

/Andreas

CHANGELOG
===========
* Performance improvements and Refactoring: Use and Extend Neo4j Java
Classes (#97)
* Support for Index and Declaration of Properties on Relationships (#91)
* Upgrade to neo4j-1.0 rc (#100)
* All internal properties should be prefix with a '_',0.4.0 (#105)
* Generate relationship accessor methods for declared has_n and
has_one relationships (#104)
* New way of creating relationship - Neo4j::Relationship.new (#103)
* Neo4j#init_node method should take one or more args (#98)
* Namespaced relationships: has_one...from using the wrong has_n...to(#92)
* Neo4j::NodeMixin and Neo4j::Node should allow a hash for initialization (#99)


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
jia  
View profile  
 More options Feb 6 2010, 4:42 pm
From: jia <jiazh...@gmail.com>
Date: Sat, 6 Feb 2010 13:42:36 -0800 (PST)
Local: Sat, Feb 6 2010 4:42 pm
Subject: Re: Neo4j.rb Release 0.4.0
Great to see the new version and docs. Thanks! I suffered from the old
docs for a long time.

On Feb 6, 12:13 pm, Andreas Ronge <andreas.ro...@jayway.se> wrote:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »