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

Ticket #8900 (closed defect: wontfix)

Opened 1 year ago

Last modified 1 year ago

[PATCH] render :partial, :collection => [{:hash => true}]

Reported by: lifofifo Assigned to: nzkoz
Priority: normal Milestone: 1.x
Component: ActionPack Version: edge
Severity: normal Keywords: render
Cc:

Description

This patch lets render :partial collection to be used with array of hashes.

It also renames a few variable names ( which were used to reflect deprecated behavior, which no longer is the case) to be more sensible and adds tests.

Thanks.

Attachments

render_partial_hash_collection.patch (4.8 kB) - added by lifofifo on 07/06/07 20:29:31.
render :partial with hash collection
remove_deprecated_render_methods.patch (36.2 kB) - added by lifofifo on 07/07/07 06:44:34.
Also remove deprecated render methods

Change History

07/06/07 20:29:31 changed by lifofifo

  • attachment render_partial_hash_collection.patch added.

render :partial with hash collection

07/06/07 22:53:40 changed by lifofifo

  • summary changed from [PATCH] render :partial, :collectio => [{:hash => true}] to [PATCH] render :partial, :collection => [{:hash => true}].

07/07/07 06:44:34 changed by lifofifo

  • attachment remove_deprecated_render_methods.patch added.

Also remove deprecated render methods

07/12/07 00:17:21 changed by lifofifo

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

Handled in 8859