diff options
author | Zachary Scott <e@zzak.io> | 2014-05-31 12:17:06 -0700 |
---|---|---|
committer | Zachary Scott <e@zzak.io> | 2014-05-31 12:17:06 -0700 |
commit | a70b9ba62ed323347fe76be47afd80ee60729d9b (patch) | |
tree | a0af20981e5c558229da7cdd09caf707434037d5 | |
parent | ae12f79801c9c1cbe3d98cdb548cc5e4d45e676f (diff) | |
download | rails-a70b9ba62ed323347fe76be47afd80ee60729d9b.tar.gz rails-a70b9ba62ed323347fe76be47afd80ee60729d9b.tar.bz2 rails-a70b9ba62ed323347fe76be47afd80ee60729d9b.zip |
Removed 'Caching with Rails' guide from WIP, this guide isn't ready to
be published and requires more attention. [ci skip]
-rw-r--r-- | guides/source/documents.yaml | 5 |
1 files changed, 0 insertions, 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 @@ -96,11 +96,6 @@ 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 description: This guide documents the asset pipeline. |