aboutsummaryrefslogtreecommitdiffstats
path: root/activejob/lib/active_job/queue_adapters/test_adapter.rb
Commit message (Expand)AuthorAgeFilesLines
* Allow all ActiveJob assertion helper to accept Proc in their `only` kw:Edouard CHIN2018-11-211-2/+8
* Allow `:queue` option to `perform_enqueued_jobs`.bogdanvlviv2018-08-201-3/+11
* perform_or_enqueue instead of enqueue_or_performMohit Natoo2018-08-091-3/+3
* Add `except` option for ActiveJob::TestHelper methodsposthumanism2017-07-181-2/+8
* [Active Job] `rubocop -a --only Layout/EmptyLineAfterMagicComment`Koichi ITO2017-07-111-0/+1
* Use frozen-string-literal in ActiveJobKir Shatrov2017-07-091-0/+1
* Revert "Merge pull request #29540 from kirs/rubocop-frozen-string"Matthew Draper2017-07-021-1/+0
* Enforce frozen string in RubocopKir Shatrov2017-07-011-0/+1
* Revert #27850 following test breakage (#28427)David Heinemeier Hansson2017-03-151-4/+7
* Append skipped jobs to enqueued_jobsAlexander Pauly2017-01-311-7/+3
* normalizes indentation and whitespace across the projectXavier Noria2016-08-061-13/+13
* applies new string literal convention in activejob/libXavier Noria2016-08-061-1/+1
* `ActiveJob::QueueAdapters::*` are no longer singletonsTamir Duberstein2015-03-111-35/+33
* Avoid creating an extra hash on the job test adapterCarlos Antonio da Silva2015-02-241-1/+1
* `ActiveJob::QueueAdapters::TestAdapter` is now a singletonTamir Duberstein2015-02-231-26/+26
* Add an `:only` option to `perform_enqueued_jobs` to filter jobs based onMichael Ryan2015-02-061-13/+24
* ActiveJob testing improvementsCristian Bica2014-12-301-6/+11
* Added RDoc for each Active Job adapterCristian Bica2014-09-221-2/+11
* simplify test_adapterAbdelkader Boudih2014-09-141-43/+4
* Active Job refactoringCristian Bica2014-09-031-8/+8
* Fix failing tests in ActiveJob AdapterAbdelkader Boudih2014-09-021-0/+1
* [ActiveJob] TestCase (Will squash before merge)Abdelkader Boudih2014-09-021-12/+12
* [ActiveJob] TestCaseAbdelkader Boudih2014-09-021-60/+58
* [ActiveJob] TestCaseAbdelkader Boudih2014-09-021-0/+77