Re: [Rails] Passing arguments to BackgroundRB

2011-11-03 Thread kevin
I do not know if this can help you , but i do experence this kind of things few days ago. The rails process create the record and return the id for you, notice the db not commit actually at this monument, then spawn/fork the worker process, the worker found the record not exist in DB. If y

[Rails] Passing arguments to BackgroundRB

2011-11-03 Thread DanC
I hope someone can point out my stupic mistake here as I have wasted far too much time fiddling with syntax and I just can't get it. I am new to BackgroundRB and I am trying to pass 2 ids to my worker. In my controller I have: MiddleMan.worker(:process_cv_worker).async_changed_cv(:arg => { :vitae