1. 12 1月, 2019 2 次提交
  2. 10 1月, 2019 1 次提交
  3. 03 1月, 2019 1 次提交
  4. 30 12月, 2018 1 次提交
  5. 29 12月, 2018 1 次提交
  6. 27 12月, 2018 1 次提交
  7. 25 12月, 2018 1 次提交
  8. 21 12月, 2018 3 次提交
  9. 20 12月, 2018 1 次提交
  10. 19 12月, 2018 1 次提交
  11. 18 12月, 2018 2 次提交
  12. 12 12月, 2018 1 次提交
  13. 11 12月, 2018 1 次提交
  14. 07 12月, 2018 2 次提交
  15. 06 12月, 2018 1 次提交
    • S
      Upgrade rspec-parameterized to 0.4.1 · d47cd9be
      Stan Hu 提交于
      rspec-parameterized 0.4.0 fails spectacularly with Ruby 2.5.3 with the
      following error:
      
      ```
      RuntimeError:
        No such frame, gone beyond end of stack!
      ```
      
      This happens because of a Ruby bug in
      https://bugs.ruby-lang.org/issues/15105.  The binding_of_caller gem
      induces this failure. This upgrade switches to the binding_of_ninja gem,
      which does not have the same problem.
      d47cd9be
  16. 04 12月, 2018 1 次提交
  17. 03 12月, 2018 1 次提交
  18. 30 11月, 2018 1 次提交
  19. 29 11月, 2018 1 次提交
  20. 27 11月, 2018 2 次提交
  21. 26 11月, 2018 1 次提交
  22. 23 11月, 2018 1 次提交
  23. 21 11月, 2018 1 次提交
  24. 20 11月, 2018 2 次提交
  25. 19 11月, 2018 1 次提交
  26. 18 11月, 2018 1 次提交
    • S
      Improve memory performance by reducing dirty pages after fork() · d991ea6d
      Stan Hu 提交于
      The nakayoshi_fork gem works around the lack of a Ruby compacting
      garbage collecting by calling GC.start a few times to "promote" the age
      of young objects to the maximum age 3. This reduces the number of dirty
      pages and consequently improves copy-on-write behavior with unicorn
      and other forking Web application servers.
      d991ea6d
  27. 15 11月, 2018 2 次提交
  28. 14 11月, 2018 4 次提交
  29. 12 11月, 2018 1 次提交