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!

Speed up your default Rake task with the multitask option

Rake has the ability to run tasks in parallel. For Rails projects with many test and linting tasks, this can be a huge time-saver. On my project, running in parallel makes my default Rake task finish 3x faster! Make sure to declare your default task as a list of prerequisites, then run bin/rake -m. This post goes into more detail: https://mattbrictson.com/blog/rake-multitask

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