On Tue, Dec 9, 2008 at 9:51 AM, weepy <[EMAIL PROTECTED]> wrote:

> I know it's not best practice for production or efficiency - but it
> would be very convenient for a proof of concept I am trying to build.
> Rails has send_data but it only seems able to do it in 1 shot.

You can return a Proc from a controller afaik. Other options are using
render_chunked, that will make sure the data is actually flushed to
the client.

-- 
Regards,

Dirkjan Bussink

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"merb" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/merb?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to