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

Ticket #2629 (closed defect: fixed)

Opened 3 years ago

Last modified 3 years ago

[PATCH] bugfix for ticket 2626

Reported by: skaes Assigned to: David
Priority: normal Milestone: 1.1
Component: ActionPack Version: 0.14.2
Severity: normal Keywords: render variables text layout
Cc:

Description

This patch fixes #2626.

Attachments

new_render_text.patch (2.2 kB) - added by skaes on 10/28/05 02:01:57.

Change History

10/28/05 02:01:57 changed by skaes

  • attachment new_render_text.patch added.

10/28/05 07:34:00 changed by david

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

(In [2777]) Fix that render :text didn't interpolate instance variables (Closes #2629, #2626) [skaes]