Archive for tag ruby

Dotfiles 2009-02-03

A new set of dotfiles is now available in the download area and on GitHub: kms/dotfiles/. Contains configurations for vim, zsh, irb and more. If you are looking for more dotfile inspiration, do a search on GitHub. At the moment they are hosting almost 400 different dotfile repositories.

CruiseControl.rb with Apache as front-end

I run CruiseControl.rb for a few personal projects on a server on the home LAN. CCrb comes with its own web server running by default on port 3333, but I wanted to use my Apache server as a front-end. Doing this through mod_proxy is normally pretty easy. However, I quickly get into trouble with the [...]