textmate / ruby-on-rails-tmbundle

Ruby on Rails TextMate bundle [Learn it with PeepCode - http://peepcode.com/products/textmate-for-rails-2]
http://groups.google.com/group/rails-textmate
MIT License
15 stars 22 forks source link

Failed to run "Set RVM" menu #8

Open infininight opened 11 years ago

infininight commented 11 years ago

I have a RoR project, and I clicked on "Set RVM" menu in the bundle.

The first error was rvm.rb unable to load 'rails_bundle_tools'

After I fixed it (I added a correct include path to top of rvm/rvm.rb, I get a following error:


/Users/hron/Library/Application Support/TextMate/Managed/Bundles/Ruby on Rails.tmbundle/Support/lib/rvm/rvm.rb:46:in `version': private method `gsub' called for nil:NilClass (NoMethodError)
    from /Users/hron/Library/Application Support/TextMate/Managed/Bundles/Ruby on Rails.tmbundle/Support/lib/rvm/rvm.rb:57:in `formatted_message'
    from /Users/hron/Library/Application Support/TextMate/Managed/Bundles/Ruby on Rails.tmbundle/Support/lib/rvm/rvm.rb:17:in `choose!'
    from /Users/hron/Library/Application Support/TextMate/Managed/Bundles/Ruby on Rails.tmbundle/Support/lib/rvm/rvm.rb:84

Moved from old textmate repository, original report from @hron84

hron84 commented 11 years ago

Is there an ETA?

flyweights commented 5 years ago

image

hron84 commented 5 years ago

Sorry guys the solution came too late. I no longer have an OS X capable computer. Anyway, thanks for the effort.