Displaying 1 result from an estimated 1 matches for "import_stuff".
2006 Jun 05
2
Simple Rake question
Newbie question but here goes:
Isn''t rake supposed to automatically search the lib/tasks subdirectory for Rake files/tasks?
I have a task called "do_this.rake" in file foo.rake in lib/tasks/rails - how do I invoke it from the command line in the root directory of my Rails application?
Presuming I have a file called "Rakefile" in the root directory of my Rails