1. 31 3月, 2018 1 次提交
  2. 13 3月, 2018 3 次提交
  3. 07 3月, 2018 1 次提交
  4. 21 2月, 2018 1 次提交
    • Y
      CI with `jruby-head` compatible with Ruby 2.4.1 · 00d29e18
      Yasuo Honda 提交于
      Since #32034 Rails 6 requires Ruby 2.4.1 or higher.
      Two CI jobs configured with the latest version of`jruby-9.1.15.0`
      compatibile with Ruby 2.3.3 are getting errors:
      
      https://travis-ci.org/rails/rails/jobs/343519339
      
      ```
      Bundler could not find compatible versions for gem "ruby":
        In Gemfile:
          ruby java
          rails java was resolved to 6.0.0.alpha, which depends on
            ruby (>= 2.4.1) java
      Could not find gem 'ruby (>= 2.4.1)', which is required by gem 'rails', in any
      of the relevant sources:
      ```
      00d29e18
  5. 18 2月, 2018 3 次提交
  6. 17 2月, 2018 1 次提交
  7. 02 2月, 2018 1 次提交
  8. 01 2月, 2018 1 次提交
  9. 27 12月, 2017 1 次提交
  10. 25 12月, 2017 1 次提交
  11. 22 12月, 2017 2 次提交
  12. 12 12月, 2017 1 次提交
  13. 09 12月, 2017 1 次提交
  14. 06 12月, 2017 1 次提交
  15. 15 11月, 2017 1 次提交
  16. 13 11月, 2017 2 次提交
  17. 03 11月, 2017 1 次提交
  18. 02 11月, 2017 1 次提交
  19. 01 11月, 2017 2 次提交
  20. 20 10月, 2017 1 次提交
  21. 29 9月, 2017 1 次提交
  22. 15 9月, 2017 1 次提交
  23. 07 9月, 2017 1 次提交
  24. 02 9月, 2017 2 次提交
  25. 01 9月, 2017 1 次提交
  26. 17 8月, 2017 1 次提交
  27. 15 8月, 2017 1 次提交
  28. 11 8月, 2017 1 次提交
  29. 01 8月, 2017 1 次提交
  30. 28 7月, 2017 1 次提交
  31. 09 7月, 2017 1 次提交
  32. 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