Finding nonprintable characters with a test
Our current application includes a lot of static content created by content editors. They check in static HTML files, and we include these files in various p...
Our current application includes a lot of static content created by content editors. They check in static HTML files, and we include these files in various p...
The website I’m currently working on is similar to an online brochure. The data on the site changes hourly, but every user sees the same thing. As a result, ...
I submitted a patch to Capistrano to add a “—dry-run” option (or -n for short). This flag causes capistrano to print out all of commands it will run without ...
I wrote previously about how we test the internationalization of our website in Testing internationalization language files. Basically, we generate a blank l...
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...