On Apr 23, 2007, at 1:50 AM, Steve Molitor wrote:
I just got a new Mac and now I can't figure out how I got ^H working before. Right now it works for standard Ruby stuff, but it can't find stuff in gems, in particular Rails stuff. However I can use ri from the terminal to find Rails rdoc just fine. Is there something else I need to do? I'm sure it's something basic.
Reading gem documentation from ri is a pretty new feature of Ruby. I believe it was introduced in Ruby 1.8.5. So, the Terminal is likely using a newer version than TextMate is finding.
Allan explained how to fix this in his message.
James Edward Gray II