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

Ticket #2883 (closed enhancement: fixed)

Opened 3 years ago

Last modified 3 years ago

[PPATCH] less garbage creation in convert_content_type

Reported by: skaes Assigned to: David
Priority: normal Milestone:
Component: ActionPack Version: 0.14.3
Severity: normal Keywords: performance
Cc:

Description

Slight code refactoring, creating less garbage, faster too.

Attachments

convert_content_typ.patch (0.8 kB) - added by skaes on 11/15/05 20:05:28.

Change History

11/15/05 20:05:28 changed by skaes

  • attachment convert_content_typ.patch added.

11/16/05 09:05:07 changed by bitsweat

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

(In [3058]) fewer objects, no loop in convert_content_type. Closes #2883.