aboutsummaryrefslogtreecommitdiffstats
path: root/activejob/test/support/integration/adapters/sidekiq.rb
Commit message (Expand)AuthorAgeFilesLines
* 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