1. 07 2月, 2020 1 次提交
  2. 06 2月, 2020 3 次提交
  3. 05 2月, 2020 14 次提交
  4. 04 2月, 2020 3 次提交
  5. 03 2月, 2020 1 次提交
  6. 02 2月, 2020 3 次提交
  7. 01 2月, 2020 3 次提交
  8. 31 1月, 2020 4 次提交
  9. 30 1月, 2020 6 次提交
  10. 29 1月, 2020 2 次提交
    • E
      Fix test guides for test helpers · 9082609a
      eileencodes 提交于
      `lib` isn't autoloaded in most applications and I wouldn't recomment
      storing test helpers there even if it was.
      
      This was brought up in #38343. I think the original author meant to
      write `test/lib`. I updated the docs to say to use either `test/lib` or
      `test/test_helpers` (personally I prefer the latter).
      9082609a
    • R
      Merge pull request #38323 from Shopify/as-callback-memory · 36a6d935
      Rafael França 提交于
      Deduplicate empty `@if` and `@unless` arrays in Active Support callbacks
      36a6d935