Displaying 2 results from an estimated 2 matches for "session_worker".
2007 Feb 20
1
error message for record not found ?
...;'
C:/InstantRails-1.3/ruby/lib/ruby/gems/1.8/gems/activerecord-1.14.2/lib/active_record/base.rb:941:in `find_from_ids''
C:/InstantRails-1.3/ruby/lib/ruby/gems/1.8/gems/activerecord-1.14.2/lib/active_record/base.rb:382:in `find''
./script/backgroundrb/../../config/../lib/workers/session_worker.rb:20:in `watch_session''
./script/backgroundrb/../../config/../lib/workers/session_worker.rb:12:in `do_work''
./script/backgroundrb/../../config/../vendor/plugins/backgroundrb/backgroundrb_rails.rb:36:in `start_process''
./script/backgroundrb/../../config/../vendor/plugins/...
2009 Jan 06
1
ask_status/register_status deprecated???
Hi,
I''ve been using bdrb for a while and just recently found the need to use the
ask_status/register_status functionality of my worker.
This is the error I get whenever the register_status method is encountered:
...lib/workers/session_worker.rb:10:in `create'': undefined method
`register_status'' for #<SessionWorker:0xb6e7d52c> (NoMethodError)
from
/home/rut216/dev/illinicourses/vendor/plugins/backgroundrb/server/lib/meta_worker.rb:129:in
`worker_init''
from
/var/lib/gems/1.8/gems/packet-0....