set first_proxy, last_proxy, next_proxy, and prev_proxy
Pre-release
Pre-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.