Does 304 show up as a page view and work with say, google analytics? Since it's a local javascript, one would think it would get called again, but I'm not sure how the browser handles a 304.
Rails 3.2, getting an odd error where it closes the div class nested-messages then prints the content, then echoes the div again, like this (i'm using folders instead of messages)
html
<divclass="nested-folders"></div><ahref="/clients/2/folders/2">Child of Test Folder</a> (x files)<br><ahref="/folders/new?client_id=2&parent_id=2">Add child folder</a><divclass="nested-folders"></div>
Does 304 show up as a page view and work with say, google analytics? Since it's a local javascript, one would think it would get called again, but I'm not sure how the browser handles a 304.
Rails 3.2, getting an odd error where it closes the div class nested-messages then prints the content, then echoes the div again, like this (i'm using folders instead of messages)