This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
Loading…
Labels












Same problem here. Interesting to note that I'm using ruby 1.9, i.e. my TM_RUBY var is set to point to ruby1.9, yet the error message points to 1.8.
lighthouse ticket opened: https://rspec.lighthouseapp.com/projects/5645/tickets/876-save-example-file-and-remember-command-ignores-tm_ruby#ticket-876-1
Wait, I have not set my TM_RUBY to anything and I don't even have 1.9 installed...
Interesting. Perhaps it's a different problem for you. Is the ruby executable called from within TextMate the same as the one from the command line? If they're different, you might need to set you PATH var inside TextMate.
In case you need help finding out: Open a new TextMate file, type 'which ruby', and press Ctrl-r. Compare this result with 'which ruby' executed from the command line.
both 'which ruby's return "/opt/local/bin/ruby"
(sorry I also replied to the message)