开发者

Does delayed_job work for rails3? which version?

开发者 https://www.devze.com 2023-01-19 23:35 出处:网络
开发者_如何学Cwhen 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...
开发者_如何学C

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'
0

精彩评论

暂无评论...
验证码 换一张
取 消