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

Ticket #7190 (closed enhancement: fixed)

Opened 3 years ago

Last modified 3 years ago

[PATCH][DOCS][tiny] Cleaned up, corrected, and mildly expanded ActionPack documentation

Reported by: jeremymcanally Assigned to: core
Priority: low Milestone: 1.2.4
Component: ActionPack Version: edge
Severity: minor Keywords: docs, documentation, actionpack
Cc:

Description

This patch cleans up the grammar and punctuation on a lot of the documentation, along with fixing an error on the ActionView::Base documentation (the class name for the JavaScriptGenerator methods is not ActionView::Helpers::PrototypeHelper::JavaScriptGenerator::JavaScriptGenerator, but ActionView::Helpers::PrototypeHelper::JavaScriptGenerator::GeneratorMethods). I also added in a few extra notes here and there.

Attachments

cleaner_actionpack_docs.diff (15.6 kB) - added by jeremymcanally on 01/19/07 06:14:20.

Change History

01/19/07 06:14:20 changed by jeremymcanally

  • attachment cleaner_actionpack_docs.diff added.

03/27/07 14:08:27 changed by technoweenie

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

Applied to trunk and stable. Thanks! [6470], [6471]