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

Ticket #11533 (new enhancement)

Opened 8 months ago

Last modified 8 months ago

[PATCH] remove eval from the Selector compileMatcher() method

Reported by: jdalton Assigned to: sam
Priority: low Milestone: 2.x
Component: Prototype Version: edge
Severity: minor Keywords:
Cc:

Description

Simple patch to remove eval from Selector.compileMatcher()
and simplify code at the same time.

Attachments

use_new_function_instead_of_eval.diff (0.8 kB) - added by jdalton on 04/04/08 20:47:45.
version_for_git.diff (1.1 kB) - added by jdalton on 04/04/08 20:48:03.

Change History

04/04/08 20:47:45 changed by jdalton

  • attachment use_new_function_instead_of_eval.diff added.

04/04/08 20:48:03 changed by jdalton

  • attachment version_for_git.diff added.

04/04/08 20:48:16 changed by jdalton

  • type changed from defect to enhancement.