0
I Use This!
Inactive

Commits : Listings

Analyzed about 21 hours ago. based on code collected 1 day ago.
Apr 28, 2023 — Apr 28, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Impl. generation of has_n, _rels method - Access declared/prefixed relationships for has_n [#104 state:open] More... about 14 years ago
Impl Neo4j::Relationship.new method [#103 state:open] Fixed some documentation and minor refactorings. More... over 14 years ago
Upgraded to neo4j-kernel-1.0-rc.jar file [#100 state:resolved] Disabled graph_algo since it is not compatible with the 1.0-rc jar file yet. More... over 14 years ago
The initialize method of Neo4j::Node and Neo4j::NodeMixin now takes an hash inorder to initialize it self [#99 state:resolved] You can now initialize a node like this Neo4j::Node.new :name => 'kalle', :age => 42 More... over 14 years ago
Added namespace for declared relationship [#92] Some more refactorings as well More... over 14 years ago
Updated README.rdoc and added more RSpecs for the README.rdoc More... over 14 years ago
All the Neo4j.rb extension RSpecs are now enabled and working. Can now run all 452 RSpecs from Rakefile Fixed tx_tracker neo4j.rb extension bug. More... over 14 years ago
Fixed a cascade_delete bug (cascade_delete and reindexer did not work together) and enabled pending RSpec More... over 14 years ago
Now the FileTree traversal example is as fast as using the raw Java Neo4j Traverser API directly, see the examples/filetree/README.txt Neo4j has to be warmed up before testing performance ! Deleted the RelationshipType wrapper class and replaced it with the raw org.neo4j.api.core.DynamicRelationshipType.withName More... over 14 years ago
Updated Docs, Added more RSpecs, Improved Peters filetree example. Added raw parameter to Neo4::Node#rels method to speed things up. Traversing in Ruby now takes 4 times as long as doing it in raw java, probably possible to improve this (see example/filetree). There are also some RSpecs which are sensitive which order they are run, the extensions RSpecs are still disabled - needs to be fixed. More... over 14 years ago
minor documentation add More... over 14 years ago
BatchInserter tweaking More... over 14 years ago
printing some info More... over 14 years ago
upgrading to Neo4j 1.0-b11 More... over 14 years ago
updating to latest master neo4j changes More... over 14 years ago
Merge branch 'master' of git://github.com/andreasronge/neo4j More... over 14 years ago
Updated Docs More... over 14 years ago
adding batchinserter More... over 14 years ago
Fixed a bunch of documentation errors. More... over 14 years ago
Fixed a typo in the documentation. More... over 14 years ago
Fixed RSpecs for tx_tracker Neo4j.rb extension [#97] Added documentation how to access the Java Neo4j API in the README.rdoc file More... over 14 years ago
Fixed RSpecs for aggregate Neo4j.rb extension [#97] More... over 14 years ago
Major refactoring and performance improvments (#97) More... over 14 years ago
Release of 0.3.3 More... over 14 years ago
Upgraded to neo-1.0b10 [#95 state:resolved] More... over 14 years ago
Improved stacktraces [#94 state:resolved] More... over 14 years ago
adding some traversing example More... over 14 years ago
Fixed RSpecs which had sideeffects [#90 state:resolved] Fixed bug on property aggregates - cascade delete did not work together with property aggregates. Changed so rakefile also runs all aggregates extension specs More... over 14 years ago
Merge branch 'conflict' More... over 14 years ago
Merge branch 'master' of [email protected]:andreasronge/neo4j More... over 14 years ago