Ruby Strange Error

Posted by Ell on Stack Overflow See other posts from Stack Overflow or by Ell
Published on 2010-10-23T16:41:33Z Indexed on 2010/12/28 4:53 UTC
Read the original article Hit count: 412

Filed under:
|
|
|
|

Whenever I require a file in ruby or irb I get this error:

LoadError: no such file to load -- (insert any filename).rb
    from <internal:lib/rubygems/custom_require>:29:in `require'
    from <internal:lib/rubygems/custom_require>:29:in `require'
    from (irb):1
    from /usr/bin/irb1.9.1:12:in `<main>'

It happens even if the file exists I am using ruby1.9.1 and to my knowledge, I have not installed rubygems. I am running on Ubuntu 10.10 Maverick Meerkat. Please help, this problem is very annoying! Thanks in advance, ell.

EDIT: I forgot to say that no matter where the file is, even if its in the same directory and definately exists I always get this error.

© Stack Overflow or respective owner

Related posts about ruby

Related posts about rubygems