开发者

Does delayed_job work for rails3? which version?

开发者_如何学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

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜