An error occurred fetching the project authors.
  1. 23 Feb, 2018 1 commit
  2. 22 Dec, 2017 1 commit
  3. 29 Nov, 2017 1 commit
  4. 01 Nov, 2017 3 commits
  5. 21 Oct, 2017 1 commit
  6. 20 Oct, 2017 1 commit
  7. 13 Aug, 2017 1 commit
  8. 12 Aug, 2017 1 commit
  9. 28 Jul, 2017 1 commit
  10. 22 Jun, 2017 1 commit
  11. 17 Jun, 2017 2 commits
  12. 16 Jun, 2017 1 commit
  13. 12 Jun, 2017 1 commit
  14. 31 Mar, 2017 3 commits
  15. 08 Mar, 2017 1 commit
  16. 08 Dec, 2016 1 commit
  17. 28 Nov, 2016 1 commit
  18. 15 Mar, 2016 1 commit
  19. 23 Feb, 2016 1 commit
  20. 29 Jan, 2016 1 commit
    • Robert Speicher's avatar
      Prevent transient Capybara timeouts during feature tests · bbe0fa91
      Robert Speicher authored
      The problem occurred because asset compilation takes a long time, so
      when the asset cache didn't exist and the first test ran, it would often
      (randomly) time out during the generation before the actual test even
      had a chance to run.
      
      Now we check if the cache exists before the suite runs, and if not, we
      manually fire a request to the root URL in order to generate it. This
      should allow subsequent tests to use the cached assets.
      bbe0fa91
  21. 22 Jun, 2015 1 commit
  22. 15 Jun, 2015 1 commit
  23. 26 Apr, 2015 5 commits