From d4dfdb40329b8e15e6bba022b966984a8a994a87 Mon Sep 17 00:00:00 2001 From: hukl Date: Thu, 29 Jan 2009 21:40:04 +0100 Subject: added the content controller which will be responsible for rendering all public pages later on. added a new custom route for the public url schema as well as a functional test which tests the correct mapping of the custom route --- doc/README_FOR_APP | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) (limited to 'doc/README_FOR_APP') diff --git a/doc/README_FOR_APP b/doc/README_FOR_APP index fe41f5c..acd2d3f 100644 --- a/doc/README_FOR_APP +++ b/doc/README_FOR_APP @@ -1,2 +1,9 @@ -Use this README file to introduce your application and point to useful places in the API for learning more. -Run "rake doc:app" to generate API documentation for your models, controllers, helpers, and libraries. +CCCMS + + +The basic structure of the cccms is built from Nodes. Nodes live within a +nested set. When a arbitrary url is entered it is dispatched to the +ContentController action render_page. Based on the url parameters the +render_page action retrieves the corresponding Node from the database. Rather +than walking through the tree of the nested set to find the node, the Node is +retrieved directly by its unique_name which matches the url parameters. \ No newline at end of file -- cgit v1.3