[Backgroundrb-devel] Can BackgrounDrb help me?
Robert Jones
jonesieboy at gmail.com
Sun Feb 4 14:38:14 EST 2007
I have a big report to produce from a Rails app that takes several minutes
to put together. I hoped backgroundrb would be able to pull together all
the ActiveRecord stuff in the background then throw it back to Rails for
rendering.
It seems, however, that I can't pass an array of ActiveRecord objects from
the worker back to Rails. Do I have that right?
Another possibility was to do the rendering in the worker and send back a
text variable. I got erb rendering working thanks to the tips from Jacob
Robbins, but none of the ActionView helpers like "image_tag" are
recognised. Can anyone tell me how to make that happen?
Any suggestions gratefully received.
Robert Jones
http://www.jonesieboy.co.uk/blog
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://rubyforge.org/pipermail/backgroundrb-devel/attachments/20070204/0d70ec5e/attachment-0001.html
More information about the Backgroundrb-devel
mailing list