1. 05 11月, 2015 1 次提交
  2. 21 10月, 2015 1 次提交
  3. 07 10月, 2015 2 次提交
  4. 04 10月, 2015 2 次提交
  5. 30 9月, 2015 4 次提交
  6. 21 9月, 2015 2 次提交
  7. 19 9月, 2015 1 次提交
  8. 15 9月, 2015 1 次提交
  9. 12 9月, 2015 1 次提交
  10. 09 9月, 2015 1 次提交
  11. 08 9月, 2015 1 次提交
  12. 05 9月, 2015 3 次提交
  13. 03 9月, 2015 1 次提交
  14. 02 9月, 2015 2 次提交
  15. 01 9月, 2015 1 次提交
  16. 28 8月, 2015 3 次提交
  17. 26 8月, 2015 1 次提交
  18. 23 8月, 2015 1 次提交
  19. 22 8月, 2015 1 次提交
  20. 21 8月, 2015 1 次提交
  21. 20 8月, 2015 1 次提交
  22. 13 8月, 2015 1 次提交
  23. 10 8月, 2015 1 次提交
  24. 30 7月, 2015 1 次提交
  25. 15 7月, 2015 1 次提交
  26. 14 7月, 2015 1 次提交
    • J
      Replaced `ActiveSupport::Concurrency::Latch` with concurrent-ruby. · 284a9ba8
      Jerry D'Antonio 提交于
      The concurrent-ruby gem is a toolset containing many concurrency
      utilities. Many of these utilities include runtime-specific
      optimizations when possible. Rather than clutter the Rails codebase with
      concurrency utilities separate from the core task, such tools can be
      superseded by similar tools in the more specialized gem. This commit
      replaces `ActiveSupport::Concurrency::Latch` with
      `Concurrent::CountDownLatch`, which is functionally equivalent.
      284a9ba8
  27. 05 7月, 2015 1 次提交
  28. 17 6月, 2015 1 次提交
  29. 13 6月, 2015 1 次提交