Google Chrome Made Me Sad

New Workflow Tools

I recently added a couple of new tools to my project workflow, Hoptoad and Pivotal Tracker.
Hoptoad is a Rails plugin that acts a replacement for the exception_notifier from the wonderfully talented Thoughbot team (of Paperclip and Shoulda fame). Hoptoad is a hosted solution that keeps track of duplicate bugs, frequency, and resolution. This is a [...]

Trust Your Source Control

Often times I see something like some_file_bak or image.jpg.old in a repository. Renaming the original to a new file name only makes things more confusing because now the _bak file has no history. Trust you code control and use it as it is intended.