search for: xmpp_worker

Displaying 2 results from an estimated 2 matches for "xmpp_worker".

2007 Dec 15
10
1) Error 2) sending request to a specific worker
...b:20:in `run'' backgroundrb/server/master_worker.rb:115:in `initialize'' ./script/backgroundrb:39:in `new'' ./script/backgroundrb:39 my code is : class MyController < ApplicationController def index end def login @worker = MiddleMan.new_worker(:worker => :xmpp_worker, :job_key => :my_key) MiddleMan.ask_work(:worker => :xmpp_worker, :worker_method => :login, :data => "test") render(:partial=>''window'') end end class XmppWorker < BackgrounDRb::MetaWorker set_worker_name :xmpp_worker set_no_auto_load tru...
2008 Jan 22
11
Unable to load Models which reference plugins?
I''m using a plugin which adds a method to ActiveRecord::Base http://similetimelinerailshelper.googlecode.com/svn/trunk/simile_timeline/ This adds an "acts_as" type declaration to the Models, via the file in vendor/plugins/simile_timeline/lib/simile_timeline.rb Rails is working with these declarations, and they are being used successfully in ''regular