1. 10 4月, 2015 1 次提交
  2. 20 3月, 2015 1 次提交
  3. 19 3月, 2015 1 次提交
  4. 06 3月, 2015 1 次提交
  5. 02 3月, 2015 1 次提交
    • R
      Avoid parallelizing Action Pack's tests on Rubinius · 022c8be2
      Robin Dupret 提交于
      Since the `ForkingExecutor` class seems to be pretty slow on Rubinius
      due to DRb (c.f. http://git.io/xIVg), let's avoid running tests with
      it on this platform.
      
      Also, the `parallelize_me!` call make the suite to output a bunch of
      errors due to rubinius/rubinius#2934 since there are thread-safety
      problems with autoloading.
      022c8be2
  6. 23 2月, 2015 3 次提交
  7. 02 12月, 2014 1 次提交
  8. 29 11月, 2014 1 次提交
  9. 05 11月, 2014 1 次提交
  10. 08 9月, 2014 1 次提交
    • G
      Default to sorting user's test cases for now · 2b41343c
      Godfrey Chan 提交于
      Goals:
      
      1. Default to :random for newly generated applications
      2. Default to :sorted for existing applications with a warning
      3. Only show the warning once
      4. Only show the warning if the app actually uses AS::TestCase
      
      Fixes #16769
      2b41343c
  11. 02 9月, 2014 1 次提交
  12. 23 8月, 2014 1 次提交
  13. 14 8月, 2014 1 次提交
  14. 13 8月, 2014 1 次提交
  15. 12 8月, 2014 2 次提交
  16. 24 7月, 2014 2 次提交
  17. 20 7月, 2014 1 次提交
    • R
      Stop requiring mocha automatically · fd6aaaa0
      Rafael Mendonça França 提交于
      We are planning to remove mocha from our test suite because of
      performance problems. To make this possible we should stop require mocha
      on ActionSupport::TestCase.
      
      This should not affect applications since users still need to add mocha
      to Gemfile and this already load mocha.
      
      Added FIXME notes to place that still need mocha removal
      fd6aaaa0
  18. 18 7月, 2014 6 次提交
  19. 16 7月, 2014 6 次提交
  20. 17 6月, 2014 2 次提交
  21. 14 5月, 2014 1 次提交
  22. 12 5月, 2014 1 次提交
  23. 13 1月, 2014 1 次提交
  24. 25 12月, 2013 1 次提交
  25. 17 12月, 2013 1 次提交