Tag: tools

My ebook publishing tools

This past year I’ve really been getting into writing ebooks. I’ve written a large one (Refactoring Redmine), a shorter one (off the market), am writing another (Redmine Tips), and have another that I’ll be re-releasing very soon. The good (and bad) thing is that this has exposed me to several different tools that people are …

Read more

Emacs ido – [Too Big] Error

I’ve been using ido with Emacs for some time now and have been running into an error after I create a bunch of files in a directory (like with git format-patch). The problem is ido doesn’t want to list all of the files in the directory, even after I delete them and reboot Emacs. I …

Read more

Capistrano Deploy Sequence

During my last code reading of Capistrano, I traced the deploy recipe to find out what other recipes it uses. Since overriding and hooking into these recipes are used when you customize your application deploy, I wanted to document them here so I can find it again. deploy |-- deploy:update |---- deploy:update_code |------ Code update …

Read more