Twitter Linkedin Tumblr Facebook Flickr Lastfm

November, 2007


12
Nov 07

TextMate Rails Cheat Sheet

This is actually a duplication of this, but when I already have a million tabs open during the course of development, I’d rather not open another with a big fat Flash applet in it. So I created myself the following text only version. The characters I’ve used aren’t perfect, I’ll fix them when I get a chance..

Continue reading →


8
Nov 07

Removing plugins installed as svn:externals

I just had a problem with my svn repository after a couple of plugins I had installed as svn:externals (./script/plugin install -x http://blahblah) were no longer required and I wanted to remove them. Not something I’ve done before, but I found a handy article here, and all you have to do is this:

Continue reading →