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

Ticket #5419 (closed enhancement: fixed)

Opened 2 years ago

Last modified 1 year ago

[PATCH] Caching methods not available through api.rubyonrails.com

Reported by: anonymous Assigned to: David
Priority: high Milestone: 1.x
Component: ActionPack Version: edge
Severity: trivial Keywords: docs documentation patch docpatch
Cc:

Description

caches_action and probably others are not found by rdoc and thus they don't appear on api.ror.com

Attachments

doc-patch-for-5419.diff (0.7 kB) - added by jarkko on 01/11/07 20:36:51.
Documentation patch to fix #5419

Change History

06/18/06 05:25:45 changed by kevinclark

  • keywords set to docs.

The caches docs mention it, but it needs something more thorough.

01/11/07 20:36:51 changed by jarkko

  • attachment doc-patch-for-5419.diff added.

Documentation patch to fix #5419

01/11/07 20:38:29 changed by jarkko

  • keywords changed from docs to docs documentation patch docpatch.
  • type changed from defect to enhancement.
  • version set to edge.
  • component changed from Web to ActionPack.
  • summary changed from Caching methods not available through api.rubyonrails.com to [PATCH] Caching methods not available through api.rubyonrails.com.

The attached patch removes nodoc from ClassMethods and adds simple docs for caches_action with a pointer to more through instructions in the module.

05/19/07 22:07:34 changed by bitsweat

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

(In [6787]) Document caches_action. Closes #5419.

05/19/07 22:10:14 changed by bitsweat

(In [6788]) Merge [6787] to stable from trunk: document caches_action. References #5419.