Maybe this post will help somebody? just installed delayed_job on a rails 3 application. The readme for delayed_job is for the older version, here is a link to the newer docs.
Running this command
Running this command
rails g delayed_job_migrationReturned this error
Could not find generator delayed_job_migration.
With rails 3 the command should be
rails g delayed_job
Comments
Helped me! Thanks!