1. 07 10月, 2015 5 次提交
  2. 06 10月, 2015 1 次提交
    • A
      move file sending to the response object · 69009f44
      Aaron Patterson 提交于
      Just a slight refactor that delegates file sending to the response
      object.  This gives us the advantage that if a webserver (in the future)
      provides a response object that knows how to do accelerated file
      serving, it can implement this method.
      69009f44
  3. 04 10月, 2015 1 次提交
  4. 02 10月, 2015 2 次提交
  5. 29 9月, 2015 2 次提交
  6. 28 9月, 2015 1 次提交
  7. 26 9月, 2015 5 次提交
  8. 25 9月, 2015 4 次提交
  9. 24 9月, 2015 1 次提交
    • A
      stop applying default headers in ActionDispatch::Response · e16afe61
      Aaron Patterson 提交于
      I'm making this change so that I can construct response objects that
      *don't* have the default headers applied.  For example, I would like to
      construct a response object from the return value of a controller.
      
      If you need to construct a response object with the default headers,
      then please use the alternate constructor:
      `ActionDispatch::Response.create`
      e16afe61
  10. 23 9月, 2015 3 次提交
  11. 22 9月, 2015 9 次提交
  12. 21 9月, 2015 2 次提交
  13. 19 9月, 2015 4 次提交