Displaying 1 result from an estimated 1 matches for "backgroundrb_exampl".
Did you mean:
backgroundrb_example
2007 May 09
0
Neophyte needs help!
...logger.info(''other_method in ExampleWorker called'')
results[:extra_data] = "Just a plain old string"
end
def arg_method(arg)
end
end
ExampleWorker.register
#####################################################################
Next, I created a ''backgroundrb_example'' file under ./script. It looks
like this:
#####################################################################
#!/usr/bin/env ruby
require File.dirname(__FILE__) + ''/../config/boot''
require "#{RAILS_ROOT}/config/environment"
key = MiddleMan.new_worker(:cl...