Feature Requests: Browse | Submit New | Admin
It is very convenient to have the |t| parameter that rake defines in task. I like to end every task with: puts "#{t} succeeded" With remote_task I have to copy/paste in the name of the task.
Add A Comment:
Date: 2008-08-03 19:47 Sender: Daniel Kionka This request was fixed in p4 change 4119 by drbrain with a patch I submitted. Besides defining task, it now defines args, which is new in rake-0.8.1. This change also includes another patch I submitted to allow an empty list of hosts for a role.