Displaying 2 results from an estimated 2 matches for "drb_test".
2008 Jan 11
18
getting started
Hey all,
Been reading through all the old posts (and the docs) to familiarize
myself but I still feel a bit lost.
I''m on trunk and am having a bit of a hard time knowing where to start
with the particular I''m trying to solve.
So far, I''ve downloaded backgroundrb, done the basic rails setup,
created my worker and started it using `script/backgroundrb start`.
2006 Jun 16
5
BackgrounDRb / Testing Error: uninitialized constant BackgrounDRb
...from script/generate worker
Test) throws an error:
worker = TestWorker.new(:test_string => "testing...")
Error:
/activesupport/lib/active_support/dependencies.rb:123:in
`const_missing'': uninitialized constant BackgrounDRb (NameError)
from /Users/itsderek23/Projects/drb_test/config/../vendor/rails/activerecord/lib/../../activesupport/lib/active_support/dependencies.rb:131:in
`const_missing''
from /Users/itsderek23/Projects/drb_test/config/../lib/workers/web_poll_worker.rb:5
from /usr/local/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:21:in...