we have pretty much used a similar stack in websketch.com
The Minimum Viable Rails Stack, Now Reddit Frontpage Approved
41–42 of 42 posts
Re: The Minimum Viable Rails Stack, Now Reddit Frontpage Approved
#42Earlier quoted context omitted.
Interested in what you mean by annotating the page after caching it, do you have any more info on this?
The cached page contains content suitable for everyone, so it looks the the user is logged out. An extra AJAX request grabs the users logged in status, CSRF token and similar data as JSON and then modifies the page so the user sees what they expect (a logout button, a comment form, etc).
Doesn't that cause content movement?