tobi / delayed_job

Database backed asynchronous priority queue -- Extracted from Shopify
http://tobi.github.com/delayed_job
MIT License
2.15k stars 1.25k forks source link

Rails 3 deprecation - Tasks directory #23

Open fnando opened 14 years ago

fnando commented 14 years ago

The tasks directory should be moved to the lib directory. This will also work on previous versions.

DEPRECATION WARNING: Having rake tasks in PLUGIN_PATH/tasks or PLUGIN_PATH/rails/tasks is deprecated. Use to PLUGIN_PATH/lib/tasks instead.