From: Gordon Thiesfeld Date: 2008-01-18T13:36:49+09:00 Subject: Re: Needing help using Rake from within a Ruby program > > Did you require the rakefile in you code? rake does so automatically. > > Thanks, > > Gordon > Wow, that was very terse. Even for me. What I mean is that the rake command will require your rakefile automatically. But if you want to use a rake task from ruby, you will have to explicitly require the rakefile. Thanks, Gordon