ah, maybe the problem is with the database table not getting created?

when you run

rake backgroundrb:setup

it just create the database immediately

so during deployment I just have to manually create the table on prod site?
wouldn't it be nice if the rake task create a migration file and run it, so
when deploying we just run the normal migration?

- reynard


On Thu, Sep 4, 2008 at 5:44 PM, Reynard <[EMAIL PROTECTED]> wrote:

> but when I use the latest from svn, running:
>
> MiddleMan.worker(:testa_worker).async_test()
>
> gives me this:
>
> Invalid worker with name testa_worker and key
>
> any idea?
>
>
> - reynard
>
>
>
> On Thu, Sep 4, 2008 at 5:25 PM, <[EMAIL PROTECTED]> wrote:
>
>> Yes, thats only available in 1.0.4.
>>
>>
>
_______________________________________________
Backgroundrb-devel mailing list
[email protected]
http://rubyforge.org/mailman/listinfo/backgroundrb-devel

Reply via email to