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
- Namespace all PoolNet rake tasks
- Add a list of all the rake tasks to the Readme
- Add a cucumber rake task
- Add a code coverage rake task