This project is archived and is in readonly mode.
switching define_method to class_eval
Reported by Aaron Patterson | March 18th, 2010 @ 07:15 PM
This patch avoids holding on to a closure reference by replacing a few define_method()'s with class_eval.
Comments and changes to this ticket
-
Aaron Patterson March 18th, 2010 @ 07:17 PM
- no changes were found...
-
Repository March 27th, 2010 @ 08:41 AM
- State changed from new to resolved
(from [3172db12e4e7f6abab8ddd25f7911d29a5b65ea0]) avoiding a few closure references by evaling. [#4223 state:resolved]
Signed-off-by: wycats wycats@gmail.com
http://github.com/rails/rails/commit/3172db12e4e7f6abab8ddd25f7911d...
Create your profile
Help contribute to this project by taking a few moments to create your personal profile. Create your profile »
<h2 style="font-size: 14px">Tickets have moved to Github</h2>
The new ticket tracker is available at <a href="https://github.com/rails/rails/issues">https://github.com/rails/rails/issues</a>
People watching this ticket
Attachments
Tags
Referenced by
- 4223 switching define_method to class_eval (from [3172db12e4e7f6abab8ddd25f7911d29a5b65ea0]) avoidin...