rails/actionpack/lib
Andrew White 6b54883082 Unique the segment keys array for non-optimized url helpers
In Rails 3.2 you only needed pass an argument for dynamic segment once so
unique the segment keys array to match the number of args. Since the number
of args is less than required parts the non-optimized code path is selected.
This means to benefit from optimized url generation the arg needs to be
specified as many times as it appears in the path.

Fixes #12808
2014-01-05 11:57:50 +00:00
..
abstract_controller Move the null mime type to request.format 2013-12-23 16:16:49 -02:00
action_controller Add any/all support for variants 2013-12-26 20:36:17 +01:00
action_dispatch Unique the segment keys array for non-optimized url helpers 2014-01-05 11:57:50 +00:00
action_pack Get ready to release 4.1.0.beta1 2013-12-17 16:05:28 -08:00
abstract_controller.rb No need for .rb extension 2013-08-25 11:39:09 +02:00
action_controller.rb Remove deprecated cattr_* requires 2013-12-03 00:28:15 +02:00
action_dispatch.rb update copyright notices to 2014. [ci skip] 2014-01-01 23:59:49 +05:30
action_pack.rb update copyright notices to 2014. [ci skip] 2014-01-01 23:59:49 +05:30