Switching Ruby on Rails development to Snow Leopard

Just a couple of random notes on switching to Snow Leopard.

taf2-curb gem

Compiling taf2-curb also requires (like memcached does) a custom environment flag:

sudo port install curl
sudo env ARCHFLAGS="-arch x86_64" gem install taf2-curb

Subversion bundle in TextMate

I didn’t quite work out all the issues with TextMate's Subversion bundle, but at least CommitWindows pops up (I still can’t revert changes). Setting TM_RUBY variable to /usr/bin/ruby (for default Snow Leopard Ruby) in Properties / Advanced / Shell Variables tab fixes this issue.