For the complete documentation index, see llms.txt. This page is also available as Markdown.

rake-tasks

List all rake tasks defined for a project

To list all the rake tasks defined in a project, run

rails -T

from the project root.

Last updated