From: "ara.t.howard" Date: 2008-06-28T13:41:00+09:00 Subject: Re: fallthrough routing in a web microframework On Jun 27, 2008, at 4:12 PM, Martin DeMello wrote: > I've already asked on the Halcyon list, but if any other > microframework can do this I'd like to know. Essentially I want a > route to fail on a missing controller/action as well as on an > unmatched pattern. > > martin you can easily do this in ramaze, simply define def method_missing *path_info end in your base controller class, or put that into a module which is included in every controller is this what you are looking for? a @ http://codeforpeople.com/ -- we can deny everything, except that we have the possibility of being better. simply reflect on that. h.h. the 14th dalai lama