Running backgroundrb jobs, where do they run from?

Hey Tim-

  I'm not sure exactly what you are asking? You are trying to run the DriWatch from a bdrb worker class? If so just use either the absolute path to the directory or RAILS_ROOT is available in your worker classes so you can base the path on that. ie: RAILS_ROOT+'/foo/bar/baz'

-Ezra