aboutsummaryrefslogtreecommitdiffstats
path: root/activejob/test/support/integration/adapters/sidekiq.rb
Commit message (Expand)AuthorAgeFilesLines
* Explicitly require `sidekiq/cli`yuuji.yaginuma2017-12-161-0/+1
* Make sidekiq and resque integration tests work in CIyuuji.yaginuma2017-11-131-8/+0
* Return a non zero code when can not connect to redis in CIyuuji.yaginuma2017-11-131-1/+2
* Use File::NULL instead of "/dev/null"Kazuhiro NISHIYAMA2017-07-311-1/+1
* [Active Job] `rubocop -a --only Layout/EmptyLineAfterMagicComment`Koichi ITO2017-07-111-0/+1
* Make sidekiq and resque integration tests work in CIyuuji.yaginuma2017-07-101-0/+8
* 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
* applies remaining conventions across the projectXavier Noria2016-08-061-1/+0
* remove redundant curlies from hash argumentsXavier Noria2016-08-061-3/+2
* applies new string literal convention in activejob/testXavier Noria2016-08-061-5/+5
* Remove celluloid from the GemfileRafael Mendonça França2016-01-271-3/+1
* Use Sidekiq.options to set initial waitAndrew White2015-09-211-1/+1
* use `average_scheduled_poll_interval` option instead of deprecated `poll_inte...yuuji.yaginuma2015-08-151-1/+1
* Shuffle a few things in aid of easier debuggingMatthew Draper2015-04-201-20/+36
* Fix sidekiq test order dependencyMatthew Draper2015-04-201-0/+3
* avoid double initialization error caused to sidekiqTakumi IINO2015-04-141-13/+34
* Merge pull request #17825 from aripollak/fix-activejob-sidekiq-integrationRafael Mendonça França2014-12-041-1/+2
|\
| * Fix Sidekiq ActiveJob integration setupAri Pollak2014-11-281-1/+2
* | Pass symbol as an argument instead of a blockErik Michaels-Ober2014-11-291-1/+1
|/
* - Removed unused variable warnings from ActiveJob AdaptersVipul A M2014-10-191-1/+1
* Make AJ integration tests much less verboseMatthew Draper2014-09-271-1/+0
* ActiveJob Integration TestsCristian Bica2014-09-111-0/+58