From a70b9ba62ed323347fe76be47afd80ee60729d9b Mon Sep 17 00:00:00 2001 From: Zachary Scott Date: Sat, 31 May 2014 12:17:06 -0700 Subject: [PATCH] Removed 'Caching with Rails' guide from WIP, this guide isn't ready to be published and requires more attention. [ci skip] --- guides/source/documents.yaml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/guides/source/documents.yaml b/guides/source/documents.yaml index e365435b50..5138412312 100644 --- a/guides/source/documents.yaml +++ b/guides/source/documents.yaml @@ -95,11 +95,6 @@ name: Rails Command Line Tools and Rake Tasks url: command_line.html description: This guide covers the command line tools and rake tasks provided by Rails. - - - name: Caching with Rails - work_in_progress: true - url: caching_with_rails.html - description: Various caching techniques provided by Rails. - name: Asset Pipeline url: asset_pipeline.html