Skip to content

Monthly Archives: February 2009

First! (rails plugin patch submission that is)

10-Feb-09

I submitted my first patch to a rails related project yesterday, woot! A trivial fix, but it’s a start .

Receiving emails in Rails using Gmail & IMAP, while staying efficient and RESTful.

07-Feb-09

For a recent project I had a need to receive emails (actually MMSs, but that’ll be the subject of a future post) in a Rails application. My requirements for the solution were:

Shouldn’t require root access: I’m deploying this app to a shared hosting service on which I don’t have root.
Shouldn’t require firing up the Rails [...]