neo4jrb / activegraph

An active model wrapper for the Neo4j Graph Database for Ruby.
http://neo4jrb.io
MIT License
1.39k stars 276 forks source link

Fix caching bugs in rails reloading #1654

Closed yourpalal closed 6 months ago

yourpalal commented 3 years ago

Add slightly more aggressive clearing of caches during rails reloads.

Fixes query results being wrapped in stale classes after a reload.

This pull introduces/changes:

codeclimate[bot] commented 3 years ago

Code Climate has analyzed commit 2247b42c and detected 0 issues on this pull request.

View more on Code Climate.

yourpalal commented 3 years ago

@klobuczek the build errored here due to a failing wget command

The command "wget https://bootstrap.pypa.io/get-pip.py && python3 get-pip.py --user" failed and exited with 1 during .

I'm not sure if this is just a transient issue, but could the build be re-run?