<div dir="ltr"><div class="gmail_default" style="font-family:verdana,sans-serif;font-size:small;color:rgb(0,0,0)">Thanks for the quick response.  The new version works beautifully.<br><br></div></div><div class="gmail_extra">
<br><br><div class="gmail_quote">On Sat, Feb 8, 2014 at 3:47 AM, Michael Sheets <span dir="ltr"><<a href="mailto:mummer@whitefalls.org" target="_blank">mummer@whitefalls.org</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div class="">On Feb 8, 2014, at 2:28 AM, Allan Odgaard <<a href="mailto:mailinglist@textmate.org">mailinglist@textmate.org</a>> wrote:<br>
<br>
>> […] go_to_alternate_file.rb […] The first line of the this file is<br>
>> #!/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/bin/ruby<br>
>> […]<br>
>> Am I missing something?<br>
><br>
> The commands which call this script do so by using "${TM_RUBY:-ruby}" (effectively ignoring the script’s shebang).<br>
><br>
> The reason they do that is (as I understand it) intentional, as the Rails bundle may load stuff from the user’s project (for member file queries etc.), and therefor should use the version of ruby that the user normally uses.<br>

<br>
</div>I’ve just deployed a change where we now use Ruby 1.8 for all bundle commands that don’t load rails itself. This should solve many of the issues. The commands that do load rails still use TM_RUBY so there are still the problems described by Allan there.<br>

<div class="HOEnZb"><div class="h5"><br>
_______________________________________________<br>
textmate mailing list<br>
<a href="mailto:textmate@lists.macromates.com">textmate@lists.macromates.com</a><br>
<a href="http://lists.macromates.com/listinfo/textmate" target="_blank">http://lists.macromates.com/listinfo/textmate</a><br>
</div></div></blockquote></div><br></div>