From: Kennedy Clark Date: Tue, 16 Feb 2010 21:58:42 +0000 (+0000) Subject: Additional adjustments to get consistent wording & usage of the dev svr "-r" option X-Git-Tag: v5.8005~40 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Manual.git;a=commitdiff_plain;h=6961c90667f429d8488551485df6e86dcc0e4de6 Additional adjustments to get consistent wording & usage of the dev svr "-r" option --- diff --git a/lib/Catalyst/Manual/Tutorial/03_MoreCatalystBasics.pod b/lib/Catalyst/Manual/Tutorial/03_MoreCatalystBasics.pod index e8da3f6..23c6077 100644 --- a/lib/Catalyst/Manual/Tutorial/03_MoreCatalystBasics.pod +++ b/lib/Catalyst/Manual/Tutorial/03_MoreCatalystBasics.pod @@ -1505,8 +1505,8 @@ detailed information on how to extend C in C. One of the nice features of C is that it automatically allows you to add C to the end of any URL for your application and it will force the display of the "exception dump" -screen to the client browser. You can try this out by starting the -development server as before and then point your browser to this URL: +screen to the client browser. You can try this out by pointing +your browser to this URL: http://localhost:3000/books/list?dump_info=1 @@ -1564,9 +1564,8 @@ has changed): } -You should now be able to restart the development server as per the -previous section and access the L -as before. +You should now be able to access the L +URL as before. B Please note that if you use the default template technique, you will B be able to use either the C<$c-Eforward> or @@ -1588,9 +1587,8 @@ statement in C in C: Then delete the C line in C. -You should then be able to restart the development server and -access L in the same manner as -with earlier sections. +Check the L URL in your browser. +It should look the same manner as with earlier sections. =head1 AUTHOR diff --git a/lib/Catalyst/Manual/Tutorial/04_BasicCRUD.pod b/lib/Catalyst/Manual/Tutorial/04_BasicCRUD.pod index 8506531..2adc72f 100644 --- a/lib/Catalyst/Manual/Tutorial/04_BasicCRUD.pod +++ b/lib/Catalyst/Manual/Tutorial/04_BasicCRUD.pod @@ -359,9 +359,8 @@ to the following: | /books/url_create | /books/url_create | '-------------------------------------+--------------------------------------' -Now start the development server with our basic chained method in -place and the startup debug output should change to something along -the lines of the following: +When the development server restarts, the debug output should change +to something along the lines of the following: [debug] Loaded Path actions: .-------------------------------------+--------------------------------------.