drfeelngood / resque-batched-job

Resque plugin that understands individual jobs can belong to something bigger than themselves
https://rubygems.org/gems/resque-batched-job
MIT License
49 stars 23 forks source link

Deprecation warnings for Resque::Helpers #21

Closed seanwalbran closed 9 years ago

seanwalbran commented 10 years ago

Requiring resque-batched-job generates deprecation warnings with current resque 1.x versions, due to the inclusion of Resque::Helpers:

$ egrep resque Gemfile
gem 'resque', '1.25.2'
gem 'resque-batched-job', '1.7.2'

$ irb
2.1.2 :001 > require 'resque'
 => true
2.1.2 :002 > require 'resque-batched-job'
Resque::Helpers will be gone with no replacement in Resque 2.0.0.
 => true
klippx commented 9 years ago

+1