On Apr 22, 2009, at 10:23 AM, Pito Salas wrote:
I am having a new problem with a very simple thing that used to work:
In TextMate, I have a test file test.rb
require 'rubygems' require 'shoulda'
After making sure that the textmate recognizes this as a Ruby source file, I do:
command-R
I get this output:
LoadError: no such file to load — shoulda
If this has changed, the most likely reason is that something in your environment changed such that TextMate now sees a different Ruby install (one that doesn't have the shoulda gem). Have a look at the following section of the manual, especially the "Important" section:
http://manual.macromates.com/en/shell_commands#search_path
Hope that helps.
James Edward Gray II