Hi,
my glacial migration to ruby continues: I've been dipping into the TextMate book and noticed that ^H should bring up doc refs for ruby keywords. Unfortunately using the command (in build 1252) just threw up a tooltip complaining about "url_encode" being an undefined method. I think that the file web_preview.rb in
TextMate.app/Contents/SharedSupport/Support/lib
needs to have the following pasted in after "require erb" :
include ERB::Util
Well, that fixed the problem for me.
Cheers, Paul
On Sep 14, 2006, at 1:34 AM, Paul McCann wrote:
Unfortunately using the command (in build 1252) just threw up a tooltip complaining about "url_encode" being an undefined method.
This is an issue with the Ruby shipped with Tiger I'm pretty sure. I've committed a workaround that should fix it. Thanks for the help.
James Edward Gray II