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

Ticket #11024 (closed enhancement: fixed)

Opened 5 months ago

Last modified 5 months ago

[PATCH] Introduce ActionVIew::Template class

Reported by: lifofifo Assigned to: core
Priority: normal Milestone: 2.x
Component: ActionPack Version: edge
Severity: normal Keywords:
Cc:

Description

The patch introduces a new ActionVIew::Template class to hold all information relevant to the template being rendered currently, and hence simplifies argument passing all over the place inside AV.

Attachments

template_class.patch (23.9 kB) - added by lifofifo on 02/06/08 03:32:35.

Change History

02/06/08 03:32:35 changed by lifofifo

  • attachment template_class.patch added.

02/06/08 04:26:46 changed by nzkoz

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

(In [8805]) Introduce a Template class to ActionView. Closes #11024 [lifofifo]