Make RubyMate work with MacPorts Ruby
To make TextMate’s RubyMate work with MacPorts (or any other non-default ruby install) just set TM_RUBY environment variable to be the path to your custom ruby interpreter in TextMate’s preferences. Custom environmental variable settings are located under ‘Advanced’->’Shell Variables’ in TM’s prefs.
Fix empty sake tasks
I’ve had a problem with my sake tasks being blank for the past couple days. Since there were a couple comments on err about similar things, I’ll share my fix: gem install -v 2.0.1 ParseTree. That’s it. Turns out my ParseTree install was messed up and to_ruby was not working on the task blocks.
View archives for June 2008.