1. 28 7月, 2017 1 次提交
  2. 09 7月, 2017 1 次提交
  3. 22 6月, 2017 1 次提交
    • M
      Allows for other common redis options to be in cable.yml, by default · f55ecc6a
      Marc Ignacio 提交于
      - Adds RedisAdapterTest::AlternateConfiguration to account
        for a relatively common alternative setup, as it’s used
        as the first example in the
        [Redis rubygem](https://github.com/redis/redis-rb#getting-started)
      
      - Supplies original RedisAdapterTest with more complete
        redis:// url format by adding a ‘userinfo’ (blank user),
        so that it resembles the alternate configuration
      
      - Supplies original EventedRedisAdapterTest with more complete
        redis:// url as well
      
      - Adds before_script to start redis-server with password as a daemon
        and with explicit defaults copied from the default redis.conf
        (Instead of using Travis' default init/upstart scripts for `redis` service)
      f55ecc6a
  4. 19 6月, 2017 1 次提交
  5. 26 5月, 2017 1 次提交
  6. 22 5月, 2017 1 次提交
  7. 17 5月, 2017 1 次提交
  8. 04 5月, 2017 1 次提交
    • M
      Avoid rubygems 2.6.12 for now · 3d890b66
      Matthew Draper 提交于
      It's causing a test to fail, and we're not yet sure what (if anything)
      we should be doing differently. See rubygems/rubygems#1911.
      3d890b66
  9. 27 4月, 2017 1 次提交
  10. 12 4月, 2017 1 次提交
  11. 03 4月, 2017 1 次提交
  12. 31 3月, 2017 1 次提交
  13. 29 3月, 2017 1 次提交
  14. 26 3月, 2017 1 次提交
  15. 23 3月, 2017 1 次提交
  16. 07 3月, 2017 1 次提交
  17. 24 2月, 2017 1 次提交
  18. 23 2月, 2017 1 次提交
  19. 21 2月, 2017 2 次提交
    • E
      Move and rename system tests · 1a0ca84a
      eileencodes 提交于
      * Move system tests back into Action Pack
      * Rename `ActionSystemTest` to `ActionDispatch::SystemTestCase`
      * Remove private base module and only make file for public
      `SystemTestCase` class, name private module `SystemTesting`
      * Rename `ActionSystemTestCase` to `ApplicationSystemTestCase`
      * Update corresponding documentation and guides
      * Delete old `ActionSystemTest` files
      1a0ca84a
    • E
      Turn system testing into it's own gem and rename · 5bf0aa67
      eileencodes 提交于
      Renames `Rails::SystemTestCase` to `ActionSystemTest` and moves it to a
      gem under the Rails name.
      
      We need to name the class `ActionSystemTestCase` because the gem expects
      a module but tests themselves expect a class.
      
      Adds MIT-LICENSE, CHANGELOG, and README for the future.
      5bf0aa67
  20. 01 2月, 2017 1 次提交
  21. 27 1月, 2017 2 次提交
  22. 13 1月, 2017 1 次提交
  23. 05 1月, 2017 1 次提交
  24. 04 1月, 2017 1 次提交
  25. 25 12月, 2016 1 次提交
  26. 24 12月, 2016 1 次提交
    • M
      Shuffle travis matrix · 333af12c
      Matthew Draper 提交于
      * Run actionpack and actioncable tests together
      * Demote ac:integration to allow_failures -- it works most of the time,
        but still fails too frequently to rely upon
      333af12c
  27. 21 12月, 2016 1 次提交
  28. 03 12月, 2016 1 次提交
  29. 27 11月, 2016 1 次提交
  30. 22 11月, 2016 1 次提交
  31. 17 11月, 2016 3 次提交
  32. 16 11月, 2016 1 次提交
  33. 08 11月, 2016 1 次提交
  34. 17 10月, 2016 1 次提交
  35. 09 10月, 2016 1 次提交
  36. 08 10月, 2016 1 次提交