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

Ticket #8223 (closed enhancement: fixed)

Opened 2 years ago

Last modified 1 year ago

[PATCH][DOCS] ActionView::Helpers::TextHelper documentation improvements

Reported by: jeremymcanally Assigned to: core
Priority: normal Milestone: 1.x
Component: ActionPack Version: edge
Severity: normal Keywords: docs, documentation, actionpack
Cc:

Description

This patch adds a lot of examples to the TextHelper documentation, cleans up syntax, and adds links to more information for things like Textile and Markdown.

Attachments

text_helper_docs.diff (20.0 kB) - added by jeremymcanally on 04/30/07 16:16:06.

Change History

04/30/07 16:16:06 changed by jeremymcanally

  • attachment text_helper_docs.diff added.

06/23/07 17:49:21 changed by david

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

(In [7106]) Massive documentation update for all helpers (closes #8223, #8177, #8175, #8108, #7977, #7972, #7971, #7969) [jeremymcanally]