<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -1,4 +1,4 @@
-class BackgroundrbStatusController &lt; ActionController::Base
+class BackgroundrbStatusController &lt; ApplicationController
   def index
     status = MiddleMan.all_worker_info
     render :text =&gt; status</diff>
      <filename>app/controller/backgroundrb_status_controller.rb</filename>
    </modified>
    <modified>
      <diff>@@ -4,4 +4,4 @@
 end
 
 require 'backgroundrb'
-require &quot;backgroundrb_status_controller&quot;
+#require &quot;backgroundrb_status_controller&quot;</diff>
      <filename>init.rb</filename>
    </modified>
    <modified>
      <diff>@@ -93,7 +93,7 @@ module BackgrounDRb
       p_data[:type] = :start_worker
       dump_object(p_data)
       close_connection
-      p_data[:worker_key]
+      RailsWorkerProxy.worker(p_data[:worker],p_data[:worker_key],self)
     end
 
     def worker_info(p_data)</diff>
      <filename>lib/backgroundrb/bdrb_connection.rb</filename>
    </modified>
    <modified>
      <diff>@@ -10,8 +10,11 @@
 ** sending of large objects around is working
 ** sending of rails AR objects is working
 ** sending of rails AR objects with plugin is working
-** Environment is getting loaded properly through config file and command line argument
-** People are unable to call ActionController methods
+** Environment is getting loaded properly through config file and command line argument.
+** People are unable to call ActionController methods.
+** People should be able to use multiple args while invoking methods.
+** Check if clustering is working.
+** Check if queue is working.
 
 * Problem with new experimental API
 ** there is an issue if user invokes multiple tasks in thread pool directly from one of the worker</diff>
      <filename>test_points.org</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>d226ab2d021ab7f9f54ee06c597364766b0bbcb3</id>
    </parent>
  </parents>
  <author>
    <name>gnufied</name>
    <email>gethemant@gmail.com</email>
  </author>
  <url>http://github.com/gnufied/backgroundrb/commit/692c4a4b5d3f5fef886660bc6d8d2fd75f73392c</url>
  <id>692c4a4b5d3f5fef886660bc6d8d2fd75f73392c</id>
  <committed-date>2008-06-22T20:41:41-07:00</committed-date>
  <authored-date>2008-06-22T20:41:41-07:00</authored-date>
  <message>fix problem with executing task on dynamically created workers</message>
  <tree>eebe855549e626cd00b1c339f6f0137b52851547</tree>
  <committer>
    <name>gnufied</name>
    <email>gethemant@gmail.com</email>
  </committer>
</commit>
