ruby - Rakefile for delayed_job with Sinatra -
i want use delayed_job sinatra application, i'm having trouble getting rake file set correctly. when run rake jobs:work, this:
rake aborted! don't know how build task 'jobs:work'
i suspect need add definition rakefile specify means jobs:work, can't find documentation on how that. looks delayed_job used rails, , rails seems generate appropriate rake definitions you.
how can set rakefile able run jobs:work?
yes, guessed, have setup rakefile , little that. can find gist here on same. hope solves problem.
Comments
Post a Comment