Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/lib/tasks/resque.rake
blob: 006a3c355f069e0579c5d3ef2a8cf74afb0d169c (plain)
1
2
3
4
5
6
7
begin
  $: << File.join(File.expand_path(File.dirname(__FILE__)), "app")
  require "config/environment"
  require 'resque/tasks'
rescue LoadError => err
  # Ignore in case not using Resque
end