rails/commands

rake -T support

Closed this issue · 3 comments

doesn't support rake -T. Again more useful for development than anything.

I believe this is because -T is a special option of Rake and not a task itself.

I believe that rake method will require more logic than just delete the task name to Rake::Task

Yea , i think it might. why i brought it up. --trace might be another example of this.
On Dec 21, 2012, at 10:42 AM, Luis Lavena notifications@github.com wrote:

I believe this is because -T is a special option of Rake and not a task itself.

I believe that rake method will require more logic than just delete the task name to Rake::Task


Reply to this email directly or view it on GitHub.

dhh commented

Made this the default behavior of calling rake, just like it is with generate.