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

Ticket #10738 (closed defect: fixed)

Opened 9 months ago

Last modified 9 months ago

[PATCH] documentation fix for wrapping a FormBuilder in a helper

Reported by: justinfrench Assigned to: core
Priority: normal Milestone: 2.x
Component: ActionPack Version: edge
Severity: minor Keywords: documentation verified
Cc:

Description

the current documented method for wrapping a labelled_form_for() around form_for() is out of date with the current args accepted by form_for, and doesn't actually work. this is new documentation that's up-to-date with reality and actually works

Attachments

documentation_patch_for_form_builder_helper_wrap.diff (0.9 kB) - added by justinfrench on 01/07/08 21:39:19.

Change History

01/07/08 21:39:19 changed by justinfrench

  • attachment documentation_patch_for_form_builder_helper_wrap.diff added.

01/07/08 21:49:38 changed by xaviershay

+1

01/07/08 21:53:22 changed by toolmantim

+1

01/07/08 23:57:48 changed by dylanegan

+1

01/07/08 23:59:35 changed by justinfrench

  • keywords changed from documentation to documentation verified.

01/08/08 00:09:50 changed by glenndavy

+1

01/08/08 21:16:26 changed by nzkoz

(In [8597]) Replace labelled_form_for example with one that will actually work. References #10738 [justinfrench, Koz]

01/08/08 21:21:22 changed by nzkoz

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

(In [8600]) Merge labelled_form_for example. Closes #10738 [justinfrench, Koz]