1. 24 2月, 2015 1 次提交
    • T
      `ActiveJob::QueueAdapters::TestAdapter` is now a singleton · 802f855e
      Tamir Duberstein 提交于
      Since `ActiveJob::TestHelper` globally sets
      `ActiveJob::Base.queue_adapter` on setup, there is no benefit in
      instantiating a new `TestAdapter` per tests. The original rationale was
      to allow parallel tests to run without interference, but since they'd
      all mutate the global `ActiveJob::Base.queue_adapter`, that was never
      realized.
      802f855e
  2. 31 12月, 2014 1 次提交
  3. 30 12月, 2014 1 次提交
    • C
      ActiveJob testing improvements · 8a73f4b5
      Cristian Bica 提交于
      1. The :test adapter wasn't going through a full cycle of
      serialize/deserialize when performing jobs. Now it does
      2. Regular AJ tests were not run for the :test adapter. Now they are
      3. ActiveJob::TestHelper uses assert_valid_keys but doesn’t requires
      the file that implements that method. Now it does
      8a73f4b5
  4. 04 11月, 2014 1 次提交
  5. 01 11月, 2014 2 次提交
  6. 03 10月, 2014 1 次提交
    • M
      Add documentation on Active Job. · bc6421c9
      mo khan 提交于
      This adds documentation for the Active Job API. It includes
      documentation on how to configure the queue_adapter, and how to create
      new jobs. It adds links to the various other sections of the Active Job
      documentation.
      bc6421c9
  7. 02 9月, 2014 2 次提交
  8. 26 8月, 2014 1 次提交