From ea21b23b92fec1eb5fcc180f8bc054151216538b Mon Sep 17 00:00:00 2001 From: Pratik Naik Date: Fri, 16 Jan 2009 04:34:34 +0000 Subject: * Tabs -> Spaces in guides templates * Move inline css to a file --- railties/doc/guides/html/routing_outside_in.html | 472 ++++++++--------------- 1 file changed, 152 insertions(+), 320 deletions(-) (limited to 'railties/doc/guides/html/routing_outside_in.html') diff --git a/railties/doc/guides/html/routing_outside_in.html b/railties/doc/guides/html/routing_outside_in.html index 0b5ccc1219..22477e18e7 100644 --- a/railties/doc/guides/html/routing_outside_in.html +++ b/railties/doc/guides/html/routing_outside_in.html @@ -1,327 +1,159 @@ - - Rails Routing from the Outside In - - - - - + + Rails Routing from the Outside In + + + + - -
- - - -
-

Rails Routing from the Outside In

-
+
+ + + +
+

Rails Routing from the Outside In

+

This guide covers the user-facing features of Rails routing. By referring to this guide, you will be able to:

    @@ -1518,7 +1350,7 @@ http://www.gnu.org/software/src-highlite --> :conditions => { :method => :get }

As with conditions in RESTful routes, you can specify :get, :post, :put, :delete, or :any for the acceptable method.

4.9. Route Globbing

-

Route globbing is a way to specify that a particular parameter (which must be the last parameter in the route) should be matched to all the remaining parts of a route. For example

+

Route globbing is a way to specify that a particular parameter should be matched to all the remaining parts of a route. For example