impress/app/views/outfits
Matchu 5cec28e29b fix logout bug: stop caching authenticity_token fields
Many forms on the site contain a hidden authenticity_token field,
unique to each visitory. If a user submits a request with an
invalid authenticity_token, Rails assumes that it's a CSRF attempt
and logs out the user. So, if we happen to cache those forms with
authenticity_token fields, all users who use that form will have
the same authenticity_token (valid for only the first user who
saw the form, invalid for everyone else), and all requests made
through that form will log out the user. Bad news.

So, we stopped caching those forms. Yay!
2012-08-07 17:32:51 -04:00
..
_outfit.html.haml redesign outfits#index with thumbnails 2012-07-29 15:43:28 -04:00
edit.html.haml outfit thumbnails beta message 2012-07-31 10:21:20 -04:00
index.html.haml delete outfits from outfit page 2011-07-14 13:14:06 -04:00
new.html.haml fix logout bug: stop caching authenticity_token fields 2012-08-07 17:32:51 -04:00
show.html.haml add thumbnails to outfits#show via open graph 2012-07-29 16:45:12 -04:00