resque/resque-scheduler

Dalayed Job page is not loading in. rails 6 and ruby 3

Closed this issue · 4 comments

Hi,

When I tried to view the list of delayed jobs in the UI it is failing with the below error.

 NoMethodError - undefined method `escape' for URI:Module:
	/Users/shodhangk/.rbenv/versions/3.0.1/lib/ruby/gems/3.0.0/gems/resque-scheduler-4.4.0/lib/resque/scheduler/server.rb:132:in 

In ruby 3, the escape method is removed for URI. So alternative method need to be used.

Could someone release a new version, please?

@sharang-d there's a couple things we need to do before a new release. Here's a list of you want to chip in with PRs:

#671 (comment)