progress_job
progress_job copied to clipboard
Progress for Delayed job
Still getting this error: ActiveRecord::RecordNotFound (Couldn't find Delayed::Backend::ActiveRecord::Job with 'id'...): Suggestion: The error should be rescued instead. The previous guard approach wouldn't catch this error.
-No route was inserted -no folder /progress-jobs/ was created Is this correct?
/var/lib/gems/1.9.1/gems/activesupport-4.1.6/lib/active_support/dependencies.rb:247:in `require': /var/lib/gems/1.9.1/gems/progress_job-0.0.4/lib/progress_job/base.rb:3: syntax error, unexpected tLABEL, expecting ')' (SyntaxError) def initialize(progress_max: 100) ^ /var/lib/gems/1.9.1/gems/progress_job-0.0.4/lib/progress_job/base.rb:13: syntax error, unexpected tLABEL, expecting ')' def update_progress(step: 1) ^ /var/lib/gems/1.9.1/gems/progress_job-0.0.4/lib/progress_job/base.rb:21: syntax error, unexpected tLABEL...