From 7d2e3ef315489d06e5074c2a7b9b6425aa3e74ce Mon Sep 17 00:00:00 2001 From: Pratik Naik Date: Fri, 16 Jan 2009 04:18:49 +0000 Subject: Remove version info --- actionpack/lib/action_controller/routing.rb | 2 -- railties/doc/guides/source/routing_outside_in.txt | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/actionpack/lib/action_controller/routing.rb b/actionpack/lib/action_controller/routing.rb index 6d089b36b9..a2141a77dc 100644 --- a/actionpack/lib/action_controller/routing.rb +++ b/actionpack/lib/action_controller/routing.rb @@ -195,8 +195,6 @@ module ActionController # # will glob all remaining parts of the route that were not recognized earlier. # The globbed values are in params[:path] as an array of path segments. - # Originally this parameter had to be at the end of the route definition, - # however as of Rails 2.0 this is no longer the case. # # == Route conditions # diff --git a/railties/doc/guides/source/routing_outside_in.txt b/railties/doc/guides/source/routing_outside_in.txt index b8ea7056e6..a182948bb9 100644 --- a/railties/doc/guides/source/routing_outside_in.txt +++ b/railties/doc/guides/source/routing_outside_in.txt @@ -797,7 +797,7 @@ Route globbing is a way to specify that a particular parameter should be matched map.connect 'photo/*other', :controller => 'photos', :action => 'unknown', ------------------------------------------------------- -This route would match +photo/12+ or +/photo/long/path/to/12+ equally well, creating an array of path segments as the value of +params[:other]+. Originally this parameter had to be at the end of the route definition, however as of Rails 2.0 this is no longer the case. +This route would match +photo/12+ or +/photo/long/path/to/12+ equally well, creating an array of path segments as the value of +params[:other]+. === Route Options -- cgit v1.2.3