Skip to content

set first_proxy, last_proxy, next_proxy, and prev_proxy

Pre-release
Pre-release
Compare
Choose a tag to compare
@elrayle elrayle released this 06 Mar 14:13
· 20 commits to master since this release

New Functionality:

  • add callbacks that allow doubly linked list to set first_proxy, last_proxy, next_proxy, and prev_proxy

Fix Hanging Error:

  • Accessing properties as attributes hangs when aggregates and proxy_for hold RDF::URIs which get converted to ActiveTriple::Resources. To address this, models set :cast=>false and services convert RDF::URIs to string representations before setting in aggregates or proxy_for.