> For the complete documentation index, see [llms.txt](https://wiki.christianpoplawski.de/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wiki.christianpoplawski.de/ruby-on-rails/rake-tasks.md).

# 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.
