Welcome Guest | Login

require 'some_gem' fails

Doing the following fails on augustine.hostingrails.com:

irb(main):001:0> require 'hoe'
LoadError: no such file to load -- hoe
       from (irb):1:in `require'
       from (irb):1

What's the recommended way to get that working?

2007-01-18 12:09 AM

Hi there - you probably need to include the path to this gem.  Just unpack it into your vendor folder and grab it from there would probably be easiest :)

2007-01-18 09:02 AM


Hello Guest! In order to post you must be an active client with us, please log in or sign up.