aboutsummaryrefslogtreecommitdiffstats
path: root/activejob/test/support/integration/test_case_helpers.rb
Commit message (Expand)AuthorAgeFilesLines
* Enable `Style/RedundantBegin` cop to avoid newly adding redundant begin blockRyuta Kamizono2018-12-211-6/+4
* Add support for timezones to Active JobAndrew White2018-02-221-0/+4
* Use `ActiveJob::Base.queue_adapter_name` to get adapter nameyuuji.yaginuma2017-08-171-3/+1
* [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
* Privatize unneededly protected methods in Active Job testsAkira Matsuda2016-12-241-1/+1
* Add more rubocop rules about whitespacesRafael Mendonça França2016-10-291-4/+4
* removes requires already present in active_support/railsXavier Noria2016-10-271-1/+0
* applies new string literal convention in activejob/testXavier Noria2016-08-061-4/+4
* Chomp: prefer String#chomp where we can for a clarity boostlvl0nax2016-04-291-1/+3
* Fix race condition testing for job execution orderWill Jessop2015-11-231-4/+12
* Add job priorities to ActiveJobwvengen2015-09-171-2/+6
* Fixes #20799Johannes Opper2015-08-041-0/+4
* Provide provider_job_id to qu adapter.Kevin Deisz2015-05-071-2/+2
* Closes rails/rails#18864: Renaming transactional fixtures to transactional testsBrandon Weiss2015-03-161-1/+1
* `ActiveJob::QueueAdapters::*` are no longer singletonsTamir Duberstein2015-03-111-2/+2
* ActiveJob Integration TestsCristian Bica2014-09-111-0/+48