0
I Use This!
Inactive

Commits : Listings

Analyzed about 18 hours ago. based on code collected about 23 hours ago.
Apr 28, 2023 — Apr 28, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Added Carlo Cabanilla as contributor More... over 14 years ago
removed rubymine config file More... over 14 years ago
upgrade to lucene 2.9.1 [#83 state:resolved] More... over 14 years ago
remove to_a [#73 state:resolved] More... over 14 years ago
Refactoring of aggregates [#72]. Rewritten all Aggregate RSpecs, changed DSL and renamed classes. Also fixed a cascade_delete bug. More... over 14 years ago
Refactoring of aggregates [#72]. Rewritten all Aggregate RSpecs, changed DSL and renamed classes. Also fixed a cascade_delete bug. More... over 14 years ago
Impl aggregation function (not very effiecient yet). There is now a DSL for creating things like a sum of the revenue grouped by quarter [#72] Tidied up some RSpecs More... over 14 years ago
Fixed cascade delete - now also works on a chain of different Node classes. Also fixed cascade delete so it works together with the ReIndexer extension. [#81] More... over 14 years ago
AggregateEach can now be triggered on events. [#72] More... over 14 years ago
Fixed cascade delete bug. Added debug method to print the node and its relationships [#88 state:resolved] More... over 14 years ago
Minro fix of IMDB example, removed constant DB_NEO_DIR that was not defined. More... over 14 years ago
Fixed Rake problem, rake gem:install did not work [#86 state:resolved] More... over 14 years ago
Cleanup the RSpecs, made them run more independently [#74] More... over 14 years ago
Using cascade_delete for aggregate_each. [#72] More... over 14 years ago
Clean up of node_mixin.rb. Added comments and moved things around. More... over 14 years ago
Removed github gem repository stuff, Fixed package rake task [#86 state:resolved] More... over 14 years ago
Cascade delete now works for both outgoing and incomig relationships and for has_one, has_n and has_list [#81 state:resolved] More... over 14 years ago
Added support for using other lucene analyzer then the StandardAnalyzer (#87 state:resolved) More... over 14 years ago
Added Johny Ho as contributor. Thanks for fixing NodeMixin#all with inheritance More... over 14 years ago
Impl cascade delete, both incoming and outgoing, Probably needing more RSpecs More... over 14 years ago
git ignore for rubymine project files More... over 14 years ago
NodeMixin#initialize yield self to block [#82 state:resolved] More... over 14 years ago
Merge branch 'master' of git://github.com/jho406/neo4j More... over 14 years ago
Added RDoc on the Neo4j::NodeMixin#list methods More... over 14 years ago
Impl one RSpec on aggregate_each method [#72] More... over 14 years ago
Fixed appending (<<) on incoming relationships [#80 state:resolved] node1.relationships.incoming(:friends) << node2 did not work as expeced More... over 14 years ago
node subclasses get relationship of self and ancestors [#64] More... over 14 years ago
added rspecs for bug see lighthouse ticket 80 node.relationships.incoming(:foo) << node does not work as expected only outgoing(:foo) works More... over 14 years ago
Added RDoc to Neo4j::NodeMixin#list methods Fixed pending tx_tracker specs (using Neo4j::NodeMixin#list method now) More... over 14 years ago
made an rspec pending - work in progress for aggregate each [#72] More... over 14 years ago