Skip to content

rails_bundle_tools cannot be loaded #13

Description

@moiristo

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions