On Tue, Nov 24, 2009 at 6:47 AM, Allan Odgaard mailinglist@textmate.org wrote:
On 24 Nov 2009, at 09:01, Peter Schröder wrote:
[...] i installed ruby using macports removing all preinstalled (buggy) apple ruby stuff.
That might have been your mistake — Apple’s ruby works fine with TextMate’s Subversion bundle, yet many custom builds of ruby on Snow Leopard *does not*.
This is just one of the pain points for someone who is a serious ruby developer and needs to deal with multiple versions of ruby 1.8 and 1.9.
I have a project which needs 1.9, and I use rvm to manage multiple ruby implementations, If I start mate from the shell I need to make sure that I'm using the default ruby at launch or bad things happen like ctrl-shift-v to do a syntax check on a ruby file hangs textmate.
And the flipside is that this means that I can't use things like the rspec bundle to run tests inside textmate for 1.9 dependent code.
I guess it's something I just have to live with, at least for now.