aboutsummaryrefslogtreecommitdiffstats
path: root/activejob/test/support/integration/adapters/resque.rb
Commit message (Expand)AuthorAgeFilesLines
* Respect ENV variables when finding DBs etc for the test suiteMatthew Draper2019-02-061-1/+1
* Make sidekiq and resque integration tests work in CIyuuji.yaginuma2017-11-131-1/+1
* Return a non zero code when can not connect to redis in CIyuuji.yaginuma2017-11-131-1/+2
* redis-rb 4.0 supportJeremy Daer2017-10-081-7/+4
* [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-1/+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
* modernizes hash syntax in activejobXavier Noria2016-08-061-1/+1
* applies new string literal convention in activejob/testXavier Noria2016-08-061-1/+1
* redis 3.2.0 doesn't allow tcp protocol anymoreRafael Mendonça França2014-12-131-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-2/+4
* ActiveJob Integration TestsCristian Bica2014-09-111-0/+47