Noise

Having been deemed 'noise', rake task descriptions were summarily removed from the majority of Rails rake tasks. One person's noise is another's documentation. Noise restores descriptions to useful rake tasks, making rake -T your one stop shop for 'that rake db:something:something that does that thing I need'.

Installation

Just add noise to your gemfile:

gem 'noise'

Then run bundle install.

Usage

Run rake -T and bask in the glory of the newly described rake tasks.

Acknowledgements

Thanks to Greggor R. Russbuelt for releasing his rights to the gem name.