Monorail Validation
scratchpad for documentation on the validation implementation in Monorail. Please add anything you see fit and when it reaches a nearcomplete stage I will pull it out as a patch for the Castle documentation Other labels:
validation, documentation-in-progress, documentation-push
Routing Overview
scratchpad for documentation on the new Routing Engine. Please add anything you see fit and when it reaches a nearcomplete stage I will pull it out as a patch for the Castle documentation. The new Routing engine provides a method of mapping arbitrary URLs to specified ... Other labels:
documentation-push, routing
Routing tips
MonoRail routing service is meant to be extensible. Here should be random collected tips Tip: allow identifiers with dot to be matched in url parts You may want to have some url parts with dot in it such as /profile/my.user.name/form.mr this currently should ...