I have Ruby 2.0.0 and TextMate 2 playing along nicely, after some
TM_RUBY settings from
http://hiltmon.com/blog/2013/01/16/rvm-in-textmate-2/.
However
I have
/Users/koos/Developments/RubyDevs/RubyTests/RubyLearn/Test1.rb and
/Users/koos/Developments/RubyDevs/RubyTests/RubyLearn/Test2.rb
Test1.rb has File.open(“Test2.rb”)
In TM 1.5 this worked, whether I open TM at the RubyDevs levels and
drill down, or if I open TM at the RubyLearn level.
In TM2 it gets “no such file or directory” if I open at RubyDevs level
but is ok if I open at RubyLearn level.
It is also OK if I change to
File.open("/Users/koos/Developments/RubyDevs/RubyTests/RubyLearn/Test2.rb")
This is clearly a settings issue of some sorts.
Any advise on this?