Skip to content

Commit

Permalink
For the time being do not include the Delayed Job rake tasks until we…
Browse files Browse the repository at this point in the history
… figure out what cross-platform background processing library we are going to use
  • Loading branch information
Daniel Martin committed Nov 30, 2010
1 parent 74ef6b1 commit 9b1d989
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Rakefile
Expand Up @@ -4,10 +4,10 @@
require File.expand_path('../config/application', __FILE__)
require 'rake'

begin
require 'delayed/tasks'
rescue LoadError
STDERR.puts "Run `bundler install` to install delayed_job"
end
#begin
# require 'delayed/tasks'
#rescue LoadError
# STDERR.puts "Run `bundler install` to install delayed_job"
#end

Dradis::Application.load_tasks

0 comments on commit 9b1d989

Please sign in to comment.