Closed jhawthorn closed 8 years ago
I haven't looked at the Rails Digestor
in detail to know what part it plays in the overall scheme of things. Why did we have to implement one for Rails 3 and 4?
I have a branch with a Rails 5 test suite on it, let me run your tweaks (aka bulk delete of code) against that.
Closing this because an identical pull request, #679, was merged. (Why was this never reviewed or merged?)
On rails 5 with caching enabled, rabl encounters errors in the digestor
@databyte sums this up well in #653
We're already calling
Digestor.digest
with the same signature as the built-in digest, so we should just use that.