RadRails generators throwing 'No such file to load' errors

if anyone has a minute maybe you can help with a newbish problem im
having with radrails v0.6.3.

If i try to generate a migration through the ‘generators’ panel i get
error messages like this:

myProj> ruby script/generate migration newtest
myProj> -e:3:in `load’: No such file to load – script/generate
(LoadError)
from -e:3

Although the generators work fine if i send the commands directly from
the cmd shell. It seems theres something not set up right in radrails,
but as far as i can see the ruby and rails paths are set correctly in
prefs.

if anyone has any ideas i’d appreciate them very much, thanks for your
time.