Annotations In Rails

Using bin/rails notes you can get all occurrences of commented annotations that are in the rails default list, but you are also able to extend this list with custom entries.

Some example keywords include: TODO, FIXME, etc.

And by using bin/rails notes --annotations <KEYWORD> you can get all occurrences of that keyword

Here it is in the docs

Last Updated: 10/07/2023

Published: 10/07/2023