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

Ticket #8227 (closed enhancement: fixed)

Opened 3 years ago

Last modified 3 years ago

[PATCH][DOCS] ActionView::Helpers::UrlHelper documentation

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 documentation and examples to the ActionView::Helpers::UrlHelper documentation.

Attachments

url_helper_docs.diff (18.3 kB) - added by jeremymcanally on 04/30/07 21:00:22.

Change History

04/30/07 21:00:22 changed by jeremymcanally

  • attachment url_helper_docs.diff added.

05/06/07 04:29:46 changed by marcel

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

(In [6674]) Enhance documentation and add examples for url_for. Closes #8227. [jeremymcanally]