Comments on: My First Mongrel Handler: A Recipe for providing a JSONP Callback http://urbanhonking.com/ideasfordozens/2007/05/02/my_first_mongrel_handler_a_rec/ Thu, 19 Jun 2014 09:26:37 +0000 hourly 1 By: Chris Anderson http://urbanhonking.com/ideasfordozens/2007/05/02/my_first_mongrel_handler_a_rec/#comment-279 Thu, 03 May 2007 08:19:06 +0000 http://urbanhonking.com/ideasfordozens/2007/05/02/my_first_mongrel_handler_a_rec/#comment-279 The last important piece to the puzzle, is that this architecture allows us to page-cache our JSON, so those open-uri requests we make to our own server turn out not to wake up Rails either (unless the cache needs to be built.)

]]>