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

Ticket #10959 (closed enhancement: fixed)

Opened 10 months ago

Last modified 10 months ago

[PATCH] Move caching variables to AV::TemplateHandlers::Compilable

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

Description

The patch moves relevant class variables used for compiling a template, to AV::TemplateHandlers::Compilable module.

Attachments

move_class_vars_to_compilable.patch (1.5 kB) - added by lifofifo on 01/30/08 11:47:36.

Change History

01/30/08 11:47:36 changed by lifofifo

  • attachment move_class_vars_to_compilable.patch added.

01/30/08 20:40:53 changed by josh

  • owner changed from core to nzkoz.
  • type changed from defect to enhancement.

+1

01/30/08 21:09:37 changed by nzkoz

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

(In [8756]) Move the declaration of the compilation related cattr_accessors to compilable. Closes #10959 [lifofifo]