> Hi, > I would like to run a Rack application, that can be buggy, and > sometimes throws an exception. Hey, you can define a piece of middleware (something that gets run before and/or after the request hits the main application easily in Rack, and I've attached a file that shows how that's done to handle an error, output the error message to the console and move on. Hope it helps, -Luke Attachments: http://www.ruby-forum.com/attachment/6724/handle_rack_error.rb -- Posted via http://www.ruby-forum.com/.