1. 11 1月, 2019 1 次提交
  2. 11 12月, 2018 1 次提交
  3. 01 12月, 2018 1 次提交
  4. 06 10月, 2018 1 次提交
  5. 23 9月, 2018 1 次提交
  6. 19 8月, 2018 1 次提交
  7. 26 7月, 2018 1 次提交
  8. 24 7月, 2018 1 次提交
  9. 29 6月, 2018 1 次提交
    • S
      Incompatibility of Direct Uploads & Mirror Service · 34ef0195
      Stanislas Boyet 提交于
      [ci skip]
      It adds a note to the Active Storage documentation regarding the use of Mirror Service not being compatible with the use of the Direct Uploads as described later on in the documentation, as described in issue #32732
      34ef0195
  10. 23 6月, 2018 1 次提交
  11. 12 6月, 2018 2 次提交
  12. 08 6月, 2018 2 次提交
  13. 07 6月, 2018 1 次提交
  14. 01 6月, 2018 1 次提交
  15. 18 5月, 2018 1 次提交
  16. 17 5月, 2018 1 次提交
  17. 09 5月, 2018 1 次提交
  18. 03 5月, 2018 1 次提交
  19. 29 4月, 2018 1 次提交
    • S
      [ci skip] update ActiveStorage documentation · 4212470d
      Stefan Wienert 提交于
      - added documentation on how to download files, with example of
        ActiveStorage::Downloading
      - documentation about linking files outside of controller/view
      - added section about DirectUpload JavaScript integration into
        libraries/frameworks, as well as usage in combination with Drag and Drop
      4212470d
  20. 24 4月, 2018 2 次提交
  21. 23 4月, 2018 2 次提交
  22. 18 4月, 2018 1 次提交
    • J
      Use ImageProcessing gem for ActiveStorage variants · ca129685
      Janko Marohnić 提交于
      ImageProcessing gem is a wrapper around MiniMagick and ruby-vips, and
      implements an interface for common image resizing and processing. This
      is the canonical image processing gem recommended in [Shrine], and
      that's where it developed from. The initial implementation was extracted
      from Refile, which also implements on-the-fly transformations.
      
      Some features that ImageProcessing gem adds on top of MiniMagick:
      
        * resizing macros
          - #resize_to_limit
          - #resize_to_fit
          - #resize_to_fill
          - #resize_and_pad
        * automatic orientation
        * automatic thumbnail sharpening
        * avoids the complex and inefficient MiniMagick::Image class
        * will use "magick" instead of "convert" on ImageMagick 7
      
      However, the biggest feature of the ImageProcessing gem is that it has
      an alternative implementation that uses libvips. Libvips is an
      alternative to ImageMagick that can process images very rapidly (we've
      seen up 10x faster than ImageMagick).
      
      What's great is that the ImageProcessing gem provides the same interface
      for both implementations. The macros are named the same, and the libvips
      implementation does auto orientation and thumbnail sharpening as well;
      only the operations/options specific to ImageMagick/libvips differ. The
      integration provided by this PR should work for both implementations.
      
      The plan is to introduce the ImageProcessing backend in Rails 6.0 as the
      default backend and deprecate the MiniMagick backend, then in Rails 6.1
      remove the MiniMagick backend.
      ca129685
  23. 19 3月, 2018 1 次提交
  24. 13 3月, 2018 1 次提交
    • A
      Remove path config option from Azure service · 309bb6c4
      Andrew White 提交于
      The Active Storage service for Azure Storage has an option called `path`
      that is ambiguous in meaning. It needs to be set to the primary blob
      storage endpoint but that can be determined from the blobs client anyway.
      
      To simplify the configuration this commit removes the `path` option and
      gets the endpoint from the blobs client instead.
      
      Closes #32225.
      309bb6c4
  25. 06 3月, 2018 1 次提交
  26. 21 2月, 2018 1 次提交
  27. 16 2月, 2018 1 次提交
  28. 28 1月, 2018 1 次提交
  29. 17 1月, 2018 1 次提交
  30. 16 1月, 2018 1 次提交
  31. 30 12月, 2017 1 次提交
  32. 29 12月, 2017 2 次提交
  33. 16 12月, 2017 2 次提交
  34. 15 12月, 2017 1 次提交