activegraph icon indicating copy to clipboard operation
activegraph copied to clipboard

An active model wrapper for the Neo4j Graph Database for Ruby.

Results 113 activegraph issues
Sort by recently updated
recently updated
newest added

### Problem Currently, when defining a `has_many` or `has_one` association, you indicate what the association's targets are using `model_class`. This can be limiting. For example, given the models below, I...

Tiny change to `props` method that hopefully speeds it up. This pull introduces/changes: * Speeds up ActiveGraph::Shared::Persistence#props method by calling `compact` instead of looping through values with `reject` ``` require...

Hello I've been using active graph for some time and one thing that bothered me from the start was the absence of finder methods like `second` or `third`. This PR...