[Catalyst-commits] r14183 - trunk/examples/CatalystAdvent/root/2011/pen

dpetrov at dev.catalyst.perl.org dpetrov at dev.catalyst.perl.org
Mon Dec 5 18:00:27 GMT 2011


Author: dpetrov
Date: 2011-12-05 18:00:26 +0000 (Mon, 05 Dec 2011)
New Revision: 14183

Modified:
   trunk/examples/CatalystAdvent/root/2011/pen/ideas.txt
Log:
multiple chains ending in one action

Modified: trunk/examples/CatalystAdvent/root/2011/pen/ideas.txt
===================================================================
--- trunk/examples/CatalystAdvent/root/2011/pen/ideas.txt	2011-12-05 17:10:57 UTC (rev 14182)
+++ trunk/examples/CatalystAdvent/root/2011/pen/ideas.txt	2011-12-05 18:00:26 UTC (rev 14183)
@@ -25,6 +25,18 @@
  - carton + catalyst
  - starman/server_starter sane web app process service management
 
+ - multiple chains ending in one action
+     t0m : the canonical example case being
+            /cd/barcode/<ID>/track/<id> and
+            /cd/by_number_from_the_left_on_my_self/<INDEX>/track/<id>
+     t0m :  everything from /track can all be implemented by shared code, that
+            just chains to ../find_cd (or whatever)
+     rafl:  oh, right. and you get to compose actions chained like that into
+            multiple controllers, getting "
+     rafl: "multiple chains ending in one action", which is often requested
+            but its support not very obvious
+
+
 Done:
  - "State of the Cat" -> t0m
  - "Checking for leaks in MyApp" - SpiceMan




More information about the Catalyst-commits mailing list