<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -160,7 +160,7 @@ module ActionController
         s &lt;&lt; &quot;\n#{expiry_statement}&quot;
       end
 
-      def interpolation_chunk(value_code = &quot;#{local_name}&quot;)
+      def interpolation_chunk(value_code = local_name)
         &quot;\#{URI.escape(#{value_code}.to_s, ActionController::Routing::Segment::UNSAFE_PCHAR)}&quot;
       end
 
@@ -231,7 +231,7 @@ module ActionController
       end
 
       # Don't URI.escape the controller name since it may contain slashes.
-      def interpolation_chunk(value_code = &quot;#{local_name}&quot;)
+      def interpolation_chunk(value_code = local_name)
         &quot;\#{#{value_code}.to_s}&quot;
       end
 
@@ -251,7 +251,7 @@ module ActionController
     end
 
     class PathSegment &lt; DynamicSegment #:nodoc:
-      def interpolation_chunk(value_code = &quot;#{local_name}&quot;)
+      def interpolation_chunk(value_code = local_name)
         &quot;\#{#{value_code}}&quot;
       end
 </diff>
      <filename>actionpack/lib/action_controller/routing/segments.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>ba3ecf53b4902a9a5943f4dcf2073fe413de4778</id>
    </parent>
  </parents>
  <author>
    <name>Clemens Kofler</name>
    <email>clemens@railway.at</email>
  </author>
  <url>http://github.com/rails/rails/commit/948ed346007f0383c51fd371d594576f0fc9d699</url>
  <id>948ed346007f0383c51fd371d594576f0fc9d699</id>
  <committed-date>2008-09-02T15:55:23-07:00</committed-date>
  <authored-date>2008-09-02T01:48:00-07:00</authored-date>
  <message>Some performance goodness for routing.

Signed-off-by: Jeremy Kemper &lt;jeremy@bitsweat.net&gt;</message>
  <tree>31f492c094045b5fa24bad6ad1f17bf7c3deb52c</tree>
  <committer>
    <name>Jeremy Kemper</name>
    <email>jeremy@bitsweat.net</email>
  </committer>
</commit>
