Recent Posts

Switching users during a capistrano deploy

1 minute read

We have a complicated deployment on my current project which includes running several commands as a different user from the main deployment user. Normally, t...

Capistrano with pairing stations

1 minute read

My last few projects have all been developed on mac minis. We have them set up as pairing stations, with two people to a machine. Every machine was cloned fr...

Sendfile does not work on Live CDs

less than 1 minute read

Kent Spillner and I were trying to set up an Ubuntu Live CD with a full rails stack running our current project. We were seeing weird issues with nginx, such...

Announcing new plugin: rake_commit_tasks

less than 1 minute read

The last few projects I’ve been on have had a “rake commit” task for checking in. This is documented at Jay’s blog: Ruby: rake commit