Time to Pop Bottles, Cloudspace is an Official Rails Contributor!
Cloudspace is officially a Rails Contributor! We owe it all to our supremely awesome employees, Josh and Justin, pictured below, looking dapper as ever.
Josh and Justin ran into a consistent issue with Russian doll caching. When testing caching on the development environment, it basically prevented changes to the view from showing up. A fringe issue for sure, almost no one works in development with caching on, but you were royally screwed if you needed to.
Just like this, but with more rage.
The fix was simple really. Before, Rails would always cache the view's digest. Rails will now check if it should actually be caching a view before it just caches it all willy-nilly. Easy peezey, lemon squeezey! Wanna take a look under the hood? Ch-check it out!