Here are some questions/comments as annotations in the existing code: https://gist.github.com/2475710
Question: I am guessing that the dispatcher constructs the sequence of controllers (using add_controller()) on-demand as it traverses down the url_path, such that the controller lookup is done for each request. Yes? If so, the application can potentially dynamically add a new controller. Yes? Thanks. On Monday, April 23, 2012 7:08:28 PM UTC-7, ozwyzard wrote: > > All of the controllers are tg.ext.crud CrudRestControllers. > > Additionally, probably unrelated, in the rest dispatch code that > checks > for subcontrollers, is their a possibility of a dangling > 'else' (sorry > if i am asking too many questions). > > -- You received this message because you are subscribed to the Google Groups "TurboGears" group. To view this discussion on the web visit https://groups.google.com/d/msg/turbogears/-/hwccz2HxfFsJ. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/turbogears?hl=en.

