Tag Archives: scm

Keep local modifications in Git-tracked files

I often find that I want to make local changes in configuration files that have been checked-in to Git. For instance, I find that the database.yml has been checked in to a Rails project, and I need to override the … Continue reading

Posted in Howto | Tagged , , | 7 Comments

Revision-Stamp Your Rails Apps

One of my biggest pet peeves in doing QA is when I spend half a day trying to track down why a bug I thought I’d fixed has cropped up again, only to discover that the reporter was looking at … Continue reading

Posted in Uncategorized | Tagged , , , | 2 Comments