From: Douglas Livingstone Date: 2005-04-12T18:37:23+09:00 Subject: Re: Looping though renders in Rails On Apr 11, 2005 10:38 PM, Tony Targonski wrote: > In theory this should go through The redirects send a 302 redirect to the browser, so it doesn't send any acctual content to the user until it gets to the last one, where it sends a 200 responce with content. hth, Douglas