lib/merb/merb_handler.rb in merb-0.2.0 vs lib/merb/merb_handler.rb in merb-0.3.0

- old
+ new

@@ -60,10 +60,10 @@ MERB_LOGGER.info("Serving static file: #{page_cached}") request.params[Mongrel::Const::PATH_INFO] = page_cached @files.process(request,response) else begin - # dLet Merb:Dispatcher find the route and call the filter chain and action + # Let Merb:Dispatcher find the route and call the filter chain and action controller = nil controller, action = Merb::Dispatcher.handle(request, response) MERB_LOGGER.info("Routing to controller: #{controller.class} action: #{action}\nRoute Recognition & Parsing HTTP Input took: #{Time.now - start} seconds") rescue Object => e \ No newline at end of file