• Sean McGivern's avatar
    Only inject gon variables and perform redirects for HTML · 432c1402
    Sean McGivern authored
    Instead of excluding XHRs for these actions, we only want to perform
    them when we're serving an HTML page. If we're serving an image or an
    Atom feed, they are mostly useless:
    
    1. Gon variables can't be used by an image.
    2. Redirects won't be seen if an image is embedded in another page.
    432c1402
uploads_controller_spec.rb 20.8 KB