Subject: Re: Creating custom lib/tasks folder for rake files?
From: Chris Lowis <chris.lowis gmail.com>
Date: Thu, 8 Jan 2009 09:03:41 +0900
References: 324185
In-reply-to: 324185
> Any suggestions?
Something like this at the top of your Rakefile, perhaps?
Dir["#{File.dirname(__FILE__)}/lib/tasks/*.rake"].sort.each { |ext| load
ext }
Chris
--
Posted via http://www.ruby-forum.com/.