Skip to content

Instantly share code, notes, and snippets.

@mdeiters
Created January 16, 2012 20:50
Show Gist options
  • Save mdeiters/1622977 to your computer and use it in GitHub Desktop.
Save mdeiters/1622977 to your computer and use it in GitHub Desktop.
poor man caching
expires_in 1.minute, :public => true if Rails.env.production?
if stale?(:etag => @user.endorsements.size, :last_modified => @user.updated_at.utc)
#...image generation
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment