# TODO in rails
You can use # TODO
, # FIXME
, and # OPTIMIZE
and you can easily get all of these with the following rake task: rake notes
In addition to the default annotations, you can always specify and search for your own annotations:
rake notes:custom ANNOTATION=ZOMG
btw, you need to run that command from the root dir of your rails app. Also, you can run:
rake -T
to get a full list of the tasks in your rails' Rakefile
rake notes:todo