I need to do a:

require 'generator'

Inside of a rails project, but it is not working for me on OSX, because the ruby standard library (which is located in my /usr/lib/ruby/1.8) is not in my $LOAD_PATH once rails boots.

If I just run irb outside of rails it is there.

Where/What do I need to config?

link|improve this question

feedback

1 Answer

up vote 1 down vote accepted

I suppose to have ruby and rubygems by macport.

I advise you to use rvm it's really great and help to manage your LOAD_PATH

With MacOS, it's better to save all your gem in your user home not in root.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.