NoMethodError at /statuses undefined method `url' for #<Resque::Server:0xb7368ff0>
Closed this issue · 1 comments
xiaohui-zhangxh commented
file: status_server.rb location: status_poll line: 60
Hi, Quirkey, I tried but failed to figure out why the method of 'url' undefined or where it's defined, can you please point out which script defined the 'url' method so that I can confirm if there are some old gems I installed that not compact with your gem.
Thanks.
xiaohui-zhangxh commented
I found the reason, I launched resque-web with rack 1.1.2, there is no method 'url' for the old rack. when I upgraded rack to 1.2.2, it works.