From: Hassan Schroeder Date: 2009-01-08T09:14:58+09:00 Subject: Re: Creating custom lib/tasks folder for rake files? On Wed, Jan 7, 2009 at 3:24 PM, andreux wrote: > How can I setup my own lib/tasks folder (similar to rails) so that all > tasks in this folder are available when running rake? `rake --help` is pretty informative :-) The output includes: -g, --system Using system wide (global) rakefiles (usually '~/.rake/*.rake'). :: as well as some other interesting possibilities. HTH! -- Hassan Schroeder ------------------------ hassan.schroeder@gmail.com