Resque-web is running, but when I try to view failed jobs, I get the following error:
NoMethodError at /failed
undefined method `to_yaml' for 3:Fixnum
The stack trace points to a call, ' to_yaml' as mentioned in the error, it looks like scque-web is missing the required one. Has anyone else had this problem or did you know how to solve it?
Note. I run this locally in an application with rails 4.
source
share