1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/actionpack/lib/action_controller/routing
Aliaksey Kandratsenka 099f10679e Don't eval recognize_optimized use __FILE__ and __LINE__ in the optimised recognition code.
It produces meaningless line numbers.  This also easily produces line numbers greater than recognition_optimization.rb have, which causes rcov to trash memory outside of it's coverage counting arrays.

[#1319 state:committed]
Signed-off-by: Michael Koziarski <michael@koziarski.com>
2008-11-06 19:52:44 +00:00
..
builder.rb Allow use of :path_prefix and :name_prefix outside of namespaced routes. [#1188 state:resolved] 2008-10-08 14:56:52 +01:00
optimisations.rb Cleaned up route optimisation guard condition generation code as it was getting a little messy. 2008-11-01 19:06:25 +01:00
recognition_optimisation.rb Don't eval recognize_optimized use __FILE__ and __LINE__ in the optimised recognition code. 2008-11-06 19:52:44 +00:00
route.rb Routes may be restricted to lists of HTTP methods instead of a single method or :any. 2008-08-28 12:29:49 -07:00
route_set.rb Ensure routing optimizations are cleared when new routes are added [#981 state:resolved] 2008-09-07 10:21:34 -05:00
routing_ext.rb Routing whitespace cleanup 2008-07-28 13:38:20 -05:00
segments.rb Some performance goodness for routing. 2008-09-03 00:55:23 +02:00