
Rake is an awesome tool. You may want to use it in a non-Ruby project or a project that isn't configured for it.

Got a set of images you need all to conform to the same size? Hate doing it manually? Me too. Let's write a rake task to solve our challenge.

Sometimes you want to disable some of the default rake tasks in a rails project. Here's a quick way to do just that.

Rake provides a great way to automate repetitive or complex tasks. Here's a look at creating a simple and a more complex task.

Sometimes you need access to multiple database within a single rake task, for whatever reason. Here's how you do it.

Always googling and forgetting how to pass arguments to rake tasks? Here's a up list of the various methods.