An opinionated Rainbows for Vlad

This plugin simply executes the tasks 'app:start' and 'app:stop' by 'run_rake'. All of which are your responsibility to implement.

Description

A Vlad plugin for controlling Rainbows.

Installation

Bundler

Add the following to your Gemfile.

gem "vlad-rainbows"

Usage

In your rake file do the following:

begin
  require "vlad"
Vlad.load :app => :rainbows
rescue LoadError
  puts $!
end

Credits

John Barnette's vlad-git, for which this was based on.

Copyright 2011 Vlad contributors, John Dewey ([email protected])