1. 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
  2. 02 10月, 2016 1 次提交
  3. 20 9月, 2016 1 次提交
  4. 14 9月, 2016 1 次提交
  5. 10 9月, 2016 1 次提交
  6. 04 8月, 2016 1 次提交
  7. 03 8月, 2016 1 次提交
  8. 28 7月, 2016 2 次提交
  9. 24 7月, 2016 1 次提交
  10. 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
  11. 01 7月, 2016 4 次提交
  12. 19 6月, 2016 1 次提交
    • P
      Fix failing railties tests · acad62bc
      Prathamesh Sonpatki 提交于
      - Railties tests related to fetching asset URL started failing after the
        release of sprockets 3.6.1 on Travis.
      - This was due to the change in
        https://github.com/rails/sprockets/pull/311/files
        which changed the logic in `concat_javascript_sources` to add `;` at
        the end of file if the source did not end with semicolon.
      - Bumped up sprockets minor version and fixed the failing tests.
      acad62bc
  13. 07 6月, 2016 1 次提交
  14. 05 6月, 2016 1 次提交
  15. 31 5月, 2016 1 次提交
  16. 26 5月, 2016 2 次提交
  17. 25 5月, 2016 1 次提交
  18. 22 5月, 2016 1 次提交
  19. 10 5月, 2016 2 次提交
  20. 07 5月, 2016 2 次提交
  21. 03 5月, 2016 1 次提交
  22. 28 4月, 2016 1 次提交
  23. 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
  24. 21 4月, 2016 1 次提交
  25. 31 3月, 2016 1 次提交
    • Y
      Update Gemfile.lock · 5115c9ea
      yui-knk 提交于
      'rake' gem is bundled to '>= 11.1' by 30279704
      (#23499), but it seems the commit did not fully include Gemfile.lock's.
      5115c9ea
  26. 30 3月, 2016 1 次提交
  27. 12 3月, 2016 1 次提交
  28. 11 3月, 2016 1 次提交
  29. 03 3月, 2016 1 次提交
  30. 02 3月, 2016 1 次提交
  31. 24 2月, 2016 2 次提交
  32. 14 2月, 2016 1 次提交