Sha256: bfac33a16365066c8cb8d1abcd196ae2a52b96d5cec87d645ccfe7065828ed7d
Contents?: true
Size: 1.46 KB
Versions: 1
Compression:
Stored size: 1.46 KB
Contents
# Guard::Delayed Guard::Delayed 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 Add it to your Gemfile (inside test group): gem 'guard-delayed' Add guard definition to your Guardfile by running this command: guard init delayed ## Usage Please read [Guard usage doc](http://github.com/guard/guard#readme). I suggest you put the delayed guard definition *before* your test/rspec guard if your tests depend on it being active. ## Guardfile guard 'delayed', :environment => 'development' do watch(%r{^app/(.+)\.rb}) end ## Development * Source hosted at [GitHub](http://github.com/suranyami/guard-delayed) * Report issues/Questions/Feature requests on [GitHub Issues](http://github.com/suranyami/guard-delayed/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) This gem is based on [Guard::WEBrick](http://github.com/fnichol/guard-webrick). ## Note I originally called this `guard-delayed_job` but had all sorts of unexpected behaviour when trying to build the gem. After much fruitless investigation it appeared that the underscore was the problem, so I renamed it to `guard-delayed`. Anybody else encountered this? Let me know if you have. Thanks in advance.
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
guard-delayed-0.0.8 | README.markdown |