Skip to content

Commit

Permalink
Added README notes.
Browse files Browse the repository at this point in the history
  • Loading branch information
suranyami committed May 23, 2011
1 parent 6edeec5 commit 62aed5a
Showing 1 changed file with 44 additions and 0 deletions.
44 changes: 44 additions & 0 deletions README.markdown
@@ -0,0 +1,44 @@
# Guard::DelayedJob

Guard::DelayedJob automatically starts/stops/restarts delayed_job

## Install

Please be sure to have [Guard](http://github.com/guard/guard) installed before continue.

Install the gem:

gem install guard-delayed_job

Add it to your Gemfile (inside test group):

gem 'guard-delayed_job'

Add guard definition to your Guardfile by running this command:

guard init delayed_job

## Usage

Please read [Guard usage doc](http://github.com/guard/guard#readme).

I suggest you put your guard definition for delayed_job *before* your tests, if your tests depend on it
being active.

## Guardfile

guard 'delayed_job' do
watch()
end

## Development

* Source hosted at [GitHub](http://github.com/suranyami/guard-delayed_job)
* Report issues/Questions/Feature requests on [GitHub Issues](http://github.com/suranyami/guard-delayed_job/issues)

Pull requests are very welcome! Make sure your patches are well tested. Please create a topic branch for every separate change
you make.

== Authors

[David Parry](http://github.com/suranyami)

0 comments on commit 62aed5a

Please sign in to comment.