Displaying 1 result from an estimated 1 matches for "compiled_statement".
2007 Sep 18
10
Routes
...9;'s popular regular expression routing can be implemented in an
add_route-like controller class method, say, match_route.
In the end this will be a tighter, more readable, and more natural API
than the current. Additionally this opportunity can be used to rid
Merb of the increasingly complex @compiled_statement construction in
route.rb and rely instead on a constructed data structure to match
against. I suspect performance can be increased.
This is a largish change and I would like to create it in an
experimental branch to work on it.
Thoughts?
ry