1. 12 12月, 2017 1 次提交
  2. 08 12月, 2017 1 次提交
  3. 04 12月, 2017 1 次提交
  4. 03 12月, 2017 1 次提交
  5. 29 11月, 2017 1 次提交
  6. 24 11月, 2017 1 次提交
  7. 07 11月, 2017 2 次提交
  8. 29 9月, 2017 1 次提交
  9. 14 9月, 2017 1 次提交
  10. 10 9月, 2017 1 次提交
  11. 02 9月, 2017 1 次提交
  12. 01 9月, 2017 1 次提交
    • R
      Ignore files already deleted on GCS file deletions · 390840eb
      Rosa Gutierrez 提交于
      Relying on the GET request issued first to fetch the file we want to
      delete is not enough to avoid this error. If the file is deleted after
      our GET request but before the DELETE request we'll get a NotFound error
      that after all means that the file is already deleted, so it can be
      safely ignored.
      390840eb
  13. 26 8月, 2017 1 次提交
  14. 21 8月, 2017 2 次提交
  15. 16 8月, 2017 2 次提交
  16. 12 8月, 2017 1 次提交
  17. 11 8月, 2017 2 次提交
  18. 09 8月, 2017 1 次提交
  19. 08 8月, 2017 1 次提交
    • M
      Support content_type in AzureStorageService#url · 6ef37940
      Mike Gunderloy 提交于
      Add in the content_type option, which is defined as part of the generic
      ActiveStorage::Service class.
      
      Without this option, attempts to generate a URL for an attached file
      fail with "ArgumentError (unknown keyword: content_type)"
      6ef37940
  20. 05 8月, 2017 3 次提交
  21. 04 8月, 2017 2 次提交