Rails notes 😱

shilpi230

Shilpi Agrawal

Posted on September 27, 2020

Rails notes 😱

When I started with Rails, I came across with something called Rails notes. It amazed me how much rails work for developers.

You just add these tags #TODO, #FIXME, #OPTIMIZE as comments in your files.

Alt Text

And when you run rails notes you will get something like this.

Alt Text

The default tags it searches for are ["OPTIMIZE", "FIXME", "TODO"]
If you want to add your custom tags, you can add them.

Alt Text

And while searching you have to use those tags.

Alt Text

Thank you for reading it out ❤️. If you find it helpful, don't forget to drop in your likes and comments.

💖 💪 🙅 🚩
shilpi230
Shilpi Agrawal

Posted on September 27, 2020

Join Our Newsletter. No Spam, Only the good stuff.

Sign up to receive the latest update from our blog.

Related