After installing the standalone Resque as per the link https://github.com/dcestari/resque-standalone-sample on a different server and pointing it to the Redis. When I run the command to start a worker process bundle exec rake resque:work QUEUE=* TERM_CHILD=1 VERBOSE=1
I am able to see the worker, but when trying to initiate a job it gives me an error
Failed to start worker: #<NameError: uninitialized constant ActiveJob> rake aborted!uninitialized constant ActiveJob
I am unable to complete the job. I know I am missing some step here, but not sure what exactly it is. Please help as I am new and setting it up for the first time.