1. 18 12月, 2016 1 次提交
  2. 29 11月, 2016 1 次提交
  3. 28 11月, 2016 1 次提交
  4. 22 11月, 2016 1 次提交
  5. 19 11月, 2016 1 次提交
  6. 15 11月, 2016 1 次提交
  7. 21 10月, 2016 1 次提交
  8. 07 10月, 2016 2 次提交
  9. 06 10月, 2016 1 次提交
  10. 03 10月, 2016 1 次提交
    • E
      Allow the use of listen's 3.1.x branch. · ddddedc4
      Esteban Santana Santana 提交于
      When the initial evented monitor feature was written, the latest version of listen
      was the 3.0.x series. Since then the listen project has moved on to the 3.1.x series.
      This patch allows the use of the new versions.
      ddddedc4
  11. 02 10月, 2016 1 次提交
  12. 14 9月, 2016 1 次提交
  13. 10 9月, 2016 1 次提交
  14. 07 8月, 2016 1 次提交
  15. 03 8月, 2016 1 次提交
  16. 28 7月, 2016 2 次提交
  17. 05 7月, 2016 1 次提交
    • Y
      test with latest resque · 8c46abfd
      yuuji.yaginuma 提交于
      When run test of Active Job with resque 1.26, occurs following error.
      
      ```
      QueuingTest#test_current_locale_is_kept_while_running_perform_later:
      NoMethodError: undefined method `current_tags' for #<Resque::QuietFormatter:0x0055b44f63ed50>
          /home/yaginuma/program/rails/master_y_yagi/rails/activejob/lib/active_job/logging.rb:51:in `logger_tagged_by_active_job?'
      ```
      
      This was happening for the formatter class of resque not the formatter class of
      Rails is they've been used to logger.formatter.
      This was happening because become fomatter is changed during the instantiation
      of worker in the resque 1.26.
      In the master, unless the environment variable is set, fomatter is so as not to
      be changed, test will pass.
      
      Ref: https://github.com/resque/resque/pull/1439
      8c46abfd
  18. 01 7月, 2016 3 次提交
  19. 07 6月, 2016 1 次提交
  20. 05 6月, 2016 1 次提交
  21. 31 5月, 2016 1 次提交
  22. 26 5月, 2016 1 次提交
  23. 25 5月, 2016 1 次提交
  24. 22 5月, 2016 1 次提交
  25. 10 5月, 2016 1 次提交
  26. 22 4月, 2016 1 次提交
    • S
      Make file update checker tests more resilient on Windows · 1f47c4b0
      Sean Griffin 提交于
      Without the `wdm` gem, it appears that `listen` keeps an open handle to
      each of these files, causing them not to be removed when the tempdir
      tries to clean iteslf up, and then directory to fail to unlink. In
      addition to fixing that particular failure, we now construct OS agnostic
      paths, and capture exceptions if the directory fails to unlink so that
      minitest will report it rather than crash
      1f47c4b0
  27. 21 4月, 2016 1 次提交
  28. 30 3月, 2016 1 次提交
  29. 12 3月, 2016 1 次提交
  30. 11 3月, 2016 1 次提交
  31. 04 3月, 2016 1 次提交
    • S
      Update Gemfile · f667f0aa
      Sarah A 提交于
      Changes "as has to be loaded" to "as it has to be loaded"
      f667f0aa
  32. 05 2月, 2016 2 次提交
  33. 04 2月, 2016 1 次提交
    • M
      Remove json gem dependency · f3433f7c
      Mike Perham 提交于
      All modern Rubies ship JSON as part of stdlib.  Using the gem actually hurts multi-platform support due to build difficulties on Windows.
      f3433f7c
  34. 31 1月, 2016 1 次提交
  35. 30 1月, 2016 1 次提交