1. 08 9月, 2020 5 次提交
  2. 07 9月, 2020 5 次提交
  3. 06 9月, 2020 8 次提交
  4. 05 9月, 2020 1 次提交
  5. 04 9月, 2020 12 次提交
  6. 03 9月, 2020 8 次提交
  7. 02 9月, 2020 1 次提交
    • G
      Override ActiveStorage.signed_id_verifier instead of assigning · 90551566
      George Claghorn 提交于
      Guard against the case where ActiveStorage.verifier isn't yet initialized at load time.
      
      Yes, you're not supposed to load AR models in initializers, but it's easy to do accidentally as long as we don't prevent it. We should be resilient against it wherever practical.
      90551566