Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

I'm looking for a railsy way to stream partial views in Rails 3.2+. Right now streaming is supported only for yielding parts in layout from template via provide. But say I have n posts on a blog page, each post is generated in partial in about 300ms (please don't ask why it's so long) and I want user to start reading the first post immediately as it's ready.

Is it possible in rails now? Is there a way to explicitly "flush" the generated output like in php?

share|improve this question

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.