Blazing Whenever

Whenever recipes for blazing

Installation

Add gem 'blazing-whenever' to your Gemfile

Usage

Enable the recipes you want in your blazing configuration file. Options can be provided in the recipe call or with the target method. Target options have precedence over recipe options.

# Update the crontab
#
#   recipe :update_crontab, [options]
#
# Options:
#
#   :app (specify the app name, defaults to pwd name)
#   :rails_env (specify the rails environment)
#
# Example:

recipe :update_crontab, :rails_env => 'production'

Authors

Daniel Farrell (@danielfarrell)

License

See the MIT-LICENSE file