delayed_job icon indicating copy to clipboard operation
delayed_job copied to clipboard

Rails 3 deprecation - Tasks directory

Open fnando opened this issue 15 years ago • 0 comments

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.

fnando avatar Mar 09 '10 13:03 fnando