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

Ticket #9903 (closed defect: fixed)

Opened 2 years ago

Last modified 2 years ago

Template evaluation with Hash data = fail

Reported by: mislav Assigned to: mislav
Priority: normal Milestone: 2.x
Component: Prototype Version: edge
Severity: minor Keywords:
Cc:

Description

Michael reports: "Oops, I used to pass hashes to Template’s evaluate() and now everything stopped working. any clues, please?"

Looks like Template class isn't Hash aware. Hash#toObject is needed at some point I guess.

Change History

10/17/07 13:45:50 changed by Tobie

Fixed in [7955].

10/17/07 13:46:12 changed by Tobie

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