For some reason, the RUBYLIB variable set in each command is not passed properly when executing the rake helper. I'm using rvm 1.21.20 and TM 2.0.-alpha.9495 (TM_RUBY is "$HOME/.rvm/bin/rvm-auto-ruby"). Replacing
require 'rails_bundle_tools'
by
require "#{ENV["TM_BUNDLE_SUPPORT"]}/lib/rails_bundle_tools"
seems to fix the issue. I don't know why no-one else seems to experience this problem, so the cause may be the way I've set up my system.
For some reason, the RUBYLIB variable set in each command is not passed properly when executing the rake helper. I'm using rvm 1.21.20 and TM 2.0.-alpha.9495 (TM_RUBY is "$HOME/.rvm/bin/rvm-auto-ruby"). Replacing
by
seems to fix the issue. I don't know why no-one else seems to experience this problem, so the cause may be the way I've set up my system.