RubyFlow The Ruby and Rails community linklog

×

The Ruby and Rails community linklog

Made a library? Written a blog post? Found a useful tutorial? Share it with the Ruby community here or just enjoy what everyone else has found!

Rakegrowl - Get Growled when your long running rake tasks finish

Do you recognize this situation? You run a rake task (for example, rake spec), which you know it’s going to take some time (e.g. 3 or 4 minutes). You say “Great moment to check what’s going on on Twitter”. 10 minutes and 3 tabs with blog posts later, you realize you were actually waiting for a task to finish, a task which finished long before. Bye, bye, productivity!! rakegrowl tells you when your rake tasks end via Growl.

Comments

Nice - thank you!

Thanks for saving me tons of time! I already tried to patch Rails just to get some sort of notification when the rake task is over.

Post a comment

You can use basic HTML markup (e.g. <a>) or Markdown.

As you are not logged in, you will be
directed via GitHub to signup or sign in