1. 09 7月, 2017 3 次提交
  2. 08 7月, 2017 1 次提交
    • E
      Don't call register on custom drivers · 6a28aa5b
      eileencodes 提交于
      It's possible for developers toadd a custom driver and then call it
      using `driven_by`. Because we were only skipping `register` for
      `:rack_test` that meant any custom driver would attempt to be registered
      as well.
      
      The three listed here are special because Rails registers them with
      special options. If you're registering your own custom driver then you
      don't want to separately register that driver.
      
      Fixes #29688
      6a28aa5b
  3. 06 7月, 2017 2 次提交
  4. 05 7月, 2017 5 次提交
  5. 01 7月, 2017 4 次提交
  6. 29 6月, 2017 3 次提交
  7. 28 6月, 2017 7 次提交
  8. 27 6月, 2017 6 次提交
  9. 24 6月, 2017 2 次提交
  10. 23 6月, 2017 2 次提交
  11. 21 6月, 2017 3 次提交
  12. 20 6月, 2017 2 次提交