Frank Macreery
Frank Macreery
@dblock: I couldn't see how it was connected, but that's because of my own ignorance. FWIW, specs did pass locally for me.
@BrianHicks: Have you investigated this at all? I agree a Dockerfile would be quite cool, so I could take a stab at that pull request too.
Good call! This would help rectify stale cache issues with existing API endpoints that reference resources across collections.
I should add that when I wrap the above `Thing.find` call in a `begin ; rescue ; end` block, I'm able to call `Thing.find` within the rescue and it works...