On Aug 16, 2006, at 10:01 AM, mattp at digimonkey.com wrote:
> I''m sure this is the billionth newbie help request on here, but I
sure
> am hitting my head against the wall on this.
>
> I''ve tried numberous of Ezra''s examples that I was able
to find
> online. The best I''m able to get is nothing happens and
development
> log says:
>
> NoMethodError (undefined method `progress'' for #<PingWorker:
> 0x3a786c0>):
> /app/controllers/operations_controller.rb:13:in
`get_progress''
>
> Any ideas? I''m sure there''s a basic thing I''m
not doing right... but
> I couldn''t figure out what that might be, based on the
documentation.
>
> [mp]
> _______________________________________________
> Backgroundrb-devel mailing list
> Backgroundrb-devel at rubyforge.org
> http://rubyforge.org/mailman/listinfo/backgroundrb-devel
>
Hi Matt-
It looks like you are missing something. Can you post your worker
class? It looks like you either need a progress method or you need to
set attr_accessor :progress in your worker.
-Ezra