Archive for October, 2009

We all know that rails has a rocky history regarding threads. Sadly, that seems also include the Rails port of one of my favourite Merb features: run_later.
Basically run_later takes a block, turns it into a Proc, and sends it to a worker threads for later execution. That way the request processing is not [...]