Geoff Gladden
Results
2
comments of
Geoff Gladden
I ran into this same issue when fragment caching taggable records. I overrode the serializable_hash method on models using acts-as-taggable as a workaround. ```ruby private def serializable_hash self.attributes.reject{ |k, v|...
I'm wondering if there is a fix for this too? I see the issue when fragment/russian doll caching taggable records. I verified it doesn't happen in version 5.0.0, but it...