Posts Tagged “quickies”
Cohosting on Rubyforge & GitHub
by Kenneth Kalmer on May 2, 2008
Thanks to Dr Nic Williams for highlighting this at such an awesome time. I’ve got the source for ActiveRecord::Tableless now on GitHub and RubyForge, thanks to git. So you can grab a copy any time you want and contribute patches (…)
Cleaning up capistrano deployments
by Kenneth Kalmer on April 28, 2008
The basic “cap deploy:cleanup” does its job well, but can leave traces behind. I recently picked up that one of my servers in a Rails cluster had plenty more release directories than its peers, and they were very old. I (…)
Cheating Git
by Kenneth Kalmer on April 24, 2008
Nope, its not another post about how incredible git is, instead I’m just gonna highlight a quick way to get used to git and/or git-svn during the transition (yes, resistance is futile). $ sudo gem install cheat $ cheat git (…)