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

Ticket #2294 (closed defect: fixed)

Opened 3 years ago

Last modified 3 years ago

[PPATCH] restore erb compilation speed

Reported by: skaes Assigned to: nicholas
Priority: normal Milestone: 1.0
Component: ActionPack Version: 0.13.1
Severity: normal Keywords: performance
Cc: nseckar@gmail.com

Description

A while ago some modifications where introduced into trunk which removed several optimizations in ActionView::Base pertaining to erb compilation. The attached patch fixes these problems.

Attachments

restore_render_speed.patch (12.6 kB) - added by skaes on 09/25/05 01:44:03.

Change History

09/25/05 01:44:03 changed by skaes

  • attachment restore_render_speed.patch added.

09/27/05 16:46:08 changed by ulysses

Thanks. Great job btw.

09/27/05 17:01:03 changed by ulysses

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