From: Tom Hughes Date: Tue, 8 Jan 2013 13:49:58 +0000 (+0000) Subject: Disable caching of pages with dynamic layout X-Git-Tag: live~6308 X-Git-Url: https://git.openstreetmap.org/rails.git/commitdiff_plain/4c9a3d4803e4a30e157b3b179f630e7f51f38625?hp=4c9a3d4803e4a30e157b3b179f630e7f51f38625 Disable caching of pages with dynamic layout Pages now feed back into the layout to set the content of the heading block so we can't cache any page which has a layout as that would mean the heading wouldn't appear when the cached page was used. ---