From: Mohammad El-abid Date: 2010-10-27T09:34:27+09:00 Subject: require unable to load existing file? irb(main):001:0> File.exists? 'models/user.rb' => true irb(main):002:0> require 'models/user.rb' LoadError: no such file to load -- models/user.rb I'm stumped! As far as I know there is no reason for it to report it as "no such file", that if there was a problem with the file it would report it. -- Posted via http://www.ruby-forum.com/.