1. 23 7月, 2019 1 次提交
  2. 02 4月, 2019 1 次提交
  3. 26 6月, 2018 1 次提交
  4. 07 4月, 2018 1 次提交
    • A
      Use a current model to provide the host for service urls · 9436c22e
      Andrew White 提交于
      Trying to pass the current request down to the service so that it can
      create full urls instead of paths makes the API messy so use a model
      based on ActiveSupport::CurrentAttributes to provide the current host
      to services that need it (primarily the disk service).
      9436c22e
  5. 01 3月, 2018 1 次提交
  6. 17 1月, 2018 1 次提交
  7. 16 1月, 2018 1 次提交
  8. 29 9月, 2017 1 次提交
  9. 26 8月, 2017 1 次提交
  10. 21 8月, 2017 1 次提交
  11. 12 8月, 2017 1 次提交
  12. 05 8月, 2017 1 次提交
    • Y
      Fix ruby warnings · 46db463d
      yuuji.yaginuma 提交于
      This fixes following warnings:
      
      ```
      test/models/variant_test.rb:11: warning: ambiguous first argument; put parentheses or a space even after `/' operator
      lib/active_storage/attached/macros.rb:63: warning: instance variable @active_storage_attached_highlights not initialized
      lib/active_storage/attached/macros.rb:25: warning: instance variable @active_storage_attached_avatar not initialized
      ```
      46db463d