RakeRack

Common rake tasks I use a lot

PoolNet is a collection of rake tasks myself and other commanly use on our projects. They have been extracted into a gem to allow them to easily be reused.

Installation

  • Install the gem or add gem "rake_rack" to your Gemfile.

Usage

PoolNet is made up of many rake tasks, add require "rake_rack" to the top of your default.rake file to gain access to them. You can then call them like you would any other rake task.

ToDo

  1. Namespace all PoolNet rake tasks
  2. Add a list of all the rake tasks to the Readme
  3. Add a cucumber rake task
  4. Add a code coverage rake task