1. 05 4月, 2016 17 次提交
  2. 04 4月, 2016 9 次提交
  3. 03 4月, 2016 4 次提交
  4. 02 4月, 2016 6 次提交
  5. 01 4月, 2016 4 次提交
    • A
      Merge pull request #24388 from javiervidal/20160331 · 968ebc0f
      Arun Agrawal 提交于
      Fixes broken link in 'Ruby on Rails 2.2 Release Notes'
      968ebc0f
    • J
      14ba2153
    • J
      Strong ETag validators · c1c9c690
      Jeremy Daer 提交于
      * Introduce `Response#strong_etag=` and `#weak_etag=` and analogous options
        for `fresh_when` and `stale?`. `Response#etag=` sets a weak ETag.
      
        Strong ETags are desirable when you're serving byte-for-byte identical
        responses that support Range requests, like PDFs or videos (typically
        done by reproxying the response from a backend storage service).
        Also desirable when fronted by some CDNs that support strong ETags
        only, like Akamai.
      
      * No longer strips quotes (`"`) from ETag values before comparing them.
        Quotes are significant, part of the ETag. A quoted ETag and an unquoted
        one are not the same entity.
      
      * Support `If-None-Match: *`. Rarely useful for GET requests; meant
        to provide some optimistic concurrency control for PUT requests.
      c1c9c690
    • K
      Merge pull request #24379 from Gaurav2728/sanitizer-helper-update-doc · a26a3a07
      Kasper Timm Hansen 提交于
      sanitiser helper may be remove in 5.1, update doc [ci skip]
      a26a3a07