Switching users during a capistrano deploy
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...
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...
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...
Update (8/29/08): I wrote about a bunch of improvements to the test described below in Improved internationalization test
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...
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