[Lattis-user] Implementing Ruby On Rails Style config
Status: Beta
Brought to you by:
ltcmelo
|
From: Dru S. <dse...@ch...> - 2005-03-01 04:44:51
|
Greetings, How can I implement a ruby on rails style config? That is configured through url versus .config files. What do I need to override? I am looking through the code now. It looks like the request processor is one of the areas. What I want is to have a url such as ~/user/edit/123 turned into handler.aspx?controller=user&action=edit&id=123 It doesn't seem like this would be very hard. Am I right? I love how simple this framework is! _____ Dru Sellers Application Developer China Leads, LLC PO Box 592 Oskaloosa, KS 66066 Email: dse...@ch... Site: http://www.chinaleads.net <http://www.chinaleads.net/> |