So I realize that this is an over asked question, but I can't seem to figure out the answer. I've already referenced these question and answers:
ruby - require & cannot load such file http://stackoverflow.com/questions/2900370/why-does-ruby-1-9-2-remove-from-load-path-and-whats-the-alternative
Basically I'm writing a gem and when I try to require another file with a class inside the main module it throws this error `require': cannot load such file When I give the full path and file extension it works. I've read that you should use require './dir/filename' . This doesn't work either.
It should be noted that I have single user rvm installed and which ruby yields /Users/davidhahn/.rvm/rubies/ruby-1.9.3-p286/bin/ruby