Skip to content

Fixes :public Warning In Resque When Running Any Rails Command

gitlab-qa-bot requested to merge github/fork/RLovelett/resque-update into master

Created by: RLovelett

Was seeing this error whenever I ran a Rails command:

:public is no longer used to avoid overloading Module#public, use :public_folder instead

This was fixed in Resque 1.20.0: https://github.com/defunkt/resque/pull/420

Incorporated this change into the Gemfile.

Merge request reports