Sending emails inside your request/response cycle is one of the slower things you can do to users. A while ago, I contrived a way to delay every single email in my application in one fell swoop, without having to change my models and controllers that were actually sending the email. That is, I wanted to [...]
Content
File: January 2011
I launched into a rails 3 upgrade for my main side project last night. I’m going to use it as an excuse to blog about a bunch of things that I’ve been meaning to write about, but never got around to. Here’s a quick look at the scope of this app: $ rake stats +———————-+——-+——-+———+———+—–+——-+ [...]