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

Ticket #9359 (closed enhancement: fixed)

Opened 1 year ago

Last modified 1 year ago

[PATCH] Improved documentation for ActionController::Helpers

Reported by: jardeon Assigned to: core
Priority: normal Milestone: 1.x
Component: ActionPack Version: edge
Severity: normal Keywords: docs verified
Cc:

Description

Documentation patch relating to the ActionController::Helpers class methods "helper" and "helper_method," including example usage.

Attachments

action_controller_helper_method_documentation.diff (6.6 kB) - added by jardeon on 08/23/07 22:56:00.
Documentation Patch for ActionController::Helpers class methods

Change History

08/23/07 22:56:00 changed by jardeon

  • attachment action_controller_helper_method_documentation.diff added.

Documentation Patch for ActionController::Helpers class methods

08/24/07 12:53:36 changed by kmedlinnc

+1

This documentation is vastly improved over the existing. The example in it actually works compared to the existing. I also liked more information covering the difference between things like helper FooHelper & helper :foo.

Nice improvement!

08/24/07 14:34:33 changed by seanhussey

+1

Very nice and much improved.

08/24/07 14:50:31 changed by tarmo

  • keywords changed from docs to docs verified.

Solid improvement.

+1

08/28/07 23:16:19 changed by nzkoz

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

(In [7363]) Improve documentation for ActionController::Helpers [jardeon] Closes #9359