when i run rails g delayed_job,i always get the "Couldn't find generator delayed_job",i already add the "get "delayed_job"" to my gemfile...
is there someone tell me why? how can i resolve this problem,thanks...
Now the delayed_job is fully supported with rails3
Yes it's works on 2.1.0.pre2 version
In your gemfile you can put
gem 'delayed_job', '2.1.0.pre2'
精彩评论