1. 16 5月, 2020 2 次提交
  2. 12 3月, 2019 1 次提交
    • E
      Prep release · e06a1e09
      eileencodes 提交于
      * Update RAILS_VERSION
      * Bundle
      * rake version
      * rake changelog:header
      e06a1e09
  3. 28 11月, 2018 1 次提交
  4. 27 10月, 2018 2 次提交
    • A
      Tweak queue_classic and pg versions · 22aec58a
      Andrew White 提交于
      The queue_classic gem before version 3.1.0 was locked to patch releases
      of the pg gem so bump the version up from 0.3.2 - unsure how this ever
      worked with 0.3.2 as QC::Setup module didn't exist until version 2.0.0.
      
      Even with using queue_classic-3.1.0 it still has an upper bound of < 0.19.0
      so we need to reduce our pg upper bound so that bundler will resolve.
      22aec58a
    • A
      Lock pg gem to < 0.21.0 · 3e84bb34
      Andrew White 提交于
      Rails 4.2 will never be compatible with pg-1.0 or later so no need
      to be warned about constants being removed and also prevent weird
      bundler resolution with early queue_classic and pg-1.1.3.
      3e84bb34
  5. 03 4月, 2018 2 次提交
  6. 31 3月, 2018 1 次提交
  7. 24 3月, 2018 1 次提交
  8. 22 3月, 2018 1 次提交
  9. 09 12月, 2017 2 次提交
    • E
      Lock resque scheduler on Ruby 1.9 · e4a6dd14
      eileencodes 提交于
      Newer versions of resque-scheduler use the new hash syntax which means
      they won't work with Ruby 1.9.3.
      
      This commit locks resque-scheduler to an older version when we're using
      less than Ruby 2.0.0
      
      Fixes:
      
      ```
      def evalsha(script, keys, argv, refresh: false)
                                              ^
      /home/travis/build/rails/rails/vendor/bundle/ruby/1.9.1/gems/resque-scheduler-4.3.1/lib/resque/scheduler/lock/resilient.rb:78: syntax error, unexpected keyword_end, expecting $end
      ```
      e4a6dd14
    • E
      Ensure queue classic is always installed above 0.3.2 · 5d9ecc1b
      eileencodes 提交于
      Somehow travis installed queue classic 0.3.2. 0.3.2 causes the following
      error:
      
      ```
      1) Error:
      AdapterTest#test_perform_job_logging:
      URI::InvalidURIError: bad URI(is not URI?):
      ```
      
      This change sets the lock file to install above 0.3.2. I'm not sure what
      folks are using in production but this prevents the oldest version like
      that from being installed on travis.
      5d9ecc1b
  10. 08 12月, 2017 2 次提交
  11. 10 10月, 2017 1 次提交
    • X
      downgrade SDoc · 1dbd24cd
      Xavier Noria 提交于
      The new version has some minor issues, and old release branches
      traditionally keep their theme anyway.
      1dbd24cd
  12. 27 9月, 2017 1 次提交
  13. 21 9月, 2017 1 次提交
  14. 27 6月, 2017 1 次提交
  15. 20 6月, 2017 1 次提交
  16. 14 6月, 2017 1 次提交
  17. 13 6月, 2017 1 次提交
  18. 10 6月, 2017 2 次提交
  19. 03 6月, 2017 1 次提交
  20. 04 3月, 2017 2 次提交
  21. 22 2月, 2017 1 次提交
  22. 10 2月, 2017 1 次提交
  23. 02 2月, 2017 1 次提交
  24. 28 12月, 2016 1 次提交
  25. 27 12月, 2016 1 次提交
  26. 14 9月, 2016 1 次提交
  27. 01 9月, 2016 1 次提交
    • A
      Cache to_time and to_datetime for performance · c2c2f791
      Andrew White 提交于
      As demonstrated in #25880 the to_time method converts the utc time
      instance to a local time instance which is an expensive operation
      so since ActiveSupport::TimeWithZone is a value object and shouldn't
      be mutated we can safely cache it without worrying about invalidation.
      c2c2f791
  28. 31 8月, 2016 1 次提交
    • A
      Use later version of sneakers · 0e6e4a14
      Andrew White 提交于
      For some reason bundler is trying to install serverengine 2.0.0 which
      requires Ruby 2.1.0 or greater so use any version of sneakers less than
      2.0.0 which introduces it's own minimum requirement for Ruby 2.0 which
      we can't use as Rails 4.2 supports Ruby 1.9.3.
      0e6e4a14
  29. 30 8月, 2016 2 次提交
  30. 13 7月, 2016 1 次提交
  31. 01 7月, 2016 1 次提交
  32. 28 5月, 2016 1 次提交