Ruby on Rails | Screencasts | Download | Documentation | Weblog | Community | Source

Ticket #7315 (closed enhancement: fixed)

Opened 2 years ago

Last modified 10 months ago

[PATCH][DOCS] Adding documentation for fragment caching

Reported by: bscofield Assigned to: core
Priority: normal Milestone: 2.x
Component: ActionPack Version: edge
Severity: normal Keywords: docs fragmentcaching
Cc:

Description

The fragment caching docs need some updates - both for coverage (4 of 6 methods had no docs at all) and for readability. This patch addresses both lacks.

It also marks ActionCachePath as #nodoc (which seems acceptable because 1) it's entirely undocumented at the moment, and 2) the comparable ActionCacheFilter class is already #nodoc).

Attachments

docs_for_fragment_caching.patch (5.5 kB) - added by bscofield on 01/23/07 04:42:57.

Change History

01/23/07 04:42:57 changed by bscofield

  • attachment docs_for_fragment_caching.patch added.

12/05/07 21:06:39 changed by marcel

  • status changed from new to closed.
  • resolution set to fixed.

(In [8307]) Enhance documentation coverage for fragment caching. Closes #7315 [bscofield]