-
Notifications
You must be signed in to change notification settings - Fork 119
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
rvm and ruby 2.0 error #161
Comments
This is not limited to Ruby 2.0, I'm receiving something very similar:
This is with I've tried putting I've also tried starting ST2 from the command line with |
Just checking in, I'd love to use this plugin, anyone got any ideas? |
Hey, I have a project ruby 2 + rails 4 and have no problems with running plugin - but I'm using chruby. When you run the tests from command line then all works? |
Yes the tests run totally normally from the command line :) |
I also ran into the same issue |
No I haven't, I will just stick to the console :) |
Could someone paste a stack trace please? You can get it from opening the ctrl-` console. |
Exactly same problem here. /Users/gaston/.rvm/rubies/ruby-1.9.3-p429/bin/ruby:1: invalid multibyte char (US-ASCII) Running /Users/gaston/.rvm/bin/rvm-auto-ruby -S ruby -Itest test/unit/payment_test.rb |
It works for me after I changed the lines in RubyTest.sublime-settings: "run_ruby_unit_command": "ruby -Itest {relative_path}", to "run_ruby_unit_command": "-Itest {relative_path}", After the change (using example from the above post) |
@jackchang Thank you! |
@jackchang awesome, worked for me! |
thanks! the above worked for me too.. |
I started seeing this problem after I upgraded to Yosemite (OSX 10.10). At first, I was getting a problem about a mis-match in ruby version in Bunder's validate_ruby! method. Then changed the setting "check_for_rvm" to true. At that point, my ruby version mis-match disappeared, but this started to happen. I used @jackchang 's approach and it started working. |
@jackchang thanks. but I have a problem if I use bundle it says: Any solutions? |
If i want to execute a test i get the following error:
any Suggestions?
The text was updated successfully, but these errors were encountered: