1. 06 3月, 2018 1 次提交
  2. 21 2月, 2018 1 次提交
  3. 15 2月, 2018 1 次提交
  4. 14 2月, 2018 1 次提交
  5. 08 2月, 2018 1 次提交
  6. 31 1月, 2018 1 次提交
  7. 27 1月, 2018 1 次提交
    • D
      Relax minitest version · defa880f
      Daniel Colson 提交于
      We locked Minitest to 5.11.1 in #31799
      because 5.11.2 included a breaking change.
      The change was fixed in 5.11.3, so we no
      longer need to lock in the version.
      defa880f
  8. 26 1月, 2018 1 次提交
  9. 19 1月, 2018 2 次提交
  10. 16 1月, 2018 1 次提交
  11. 12 1月, 2018 1 次提交
  12. 11 1月, 2018 1 次提交
    • L
      PostgreSQL: Update Gemfile to pg-1.0.0 · 13eff51b
      Lars Kanis 提交于
      Queue_classic currently limits pg to "< 0.20".
      It is therefore not used for rails CI tests. There has been
      a bull request for a while (by a co-worker of mine), which
      fixes the incompatibilities and extends dependencies to pg-1.x.
      
      This patch add this pull request to the Gemfile as an interim
      solution, until it is merged.
      13eff51b
  13. 03 1月, 2018 1 次提交
  14. 02 1月, 2018 1 次提交
  15. 30 12月, 2017 1 次提交
  16. 23 12月, 2017 1 次提交
  17. 15 12月, 2017 1 次提交
  18. 14 12月, 2017 1 次提交
  19. 29 11月, 2017 2 次提交
  20. 28 11月, 2017 1 次提交
  21. 21 11月, 2017 2 次提交
  22. 20 11月, 2017 1 次提交
  23. 17 11月, 2017 1 次提交
  24. 16 11月, 2017 1 次提交
  25. 15 11月, 2017 2 次提交
  26. 10 11月, 2017 1 次提交
    • K
      Bump RuboCop to 0.51.0 · 8c5115f9
      Koichi ITO 提交于
      ## Summary
      
      RuboCop 0.51.0 was released.
      https://github.com/bbatsov/rubocop/releases/tag/v0.51.0
      
      And rubocop-0-51 channel is available in Code Climate.
      https://github.com/codeclimate/codeclimate-rubocop/issues/109
      
      This PR will bump RuboCop to 0.51.0 and fixes the following new
      offenses.
      
      ```console
      % bundle exec rubocop
      Inspecting 2358 files
      
      (snip)
      
      Offenses:
      
      actionpack/lib/action_controller/metal/http_authentication.rb:251:59: C:
      Prefer double-quoted strings unless you need single quotes to avoid
      extra backslashes for escaping.
                [key.strip, value.to_s.gsub(/^"|"$/, "").delete('\'')]
                                                                ^^^^
      activesupport/test/core_ext/load_error_test.rb:8:39: C: Prefer
      double-quoted strings unless you need single quotes to avoid extra
      backslashes for escaping.
          assert_raise(LoadError) { require 'no_this_file_don\'t_exist' }
                                            ^^^^^^^^^^^^^^^^^^^^^^^^^^^
      
      2358 files inspected, 2 offenses detected
      ```
      8c5115f9
  27. 08 11月, 2017 1 次提交
  28. 01 11月, 2017 3 次提交
  29. 24 10月, 2017 1 次提交
  30. 20 10月, 2017 2 次提交
  31. 13 10月, 2017 2 次提交
  32. 09 10月, 2017 1 次提交