aboutsummaryrefslogtreecommitdiffstats
path: root/activejob/test/support/integration/adapters/que.rb
Commit message (Expand)AuthorAgeFilesLines
* Return a non zero code when can not connect to backend on CIyuuji.yaginuma2018-10-191-1/+2
* Ignore psqlrc files when executing psql commandsJ Smith2018-09-171-2/+2
* [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
* Add more rubocop rules about whitespacesRafael Mendonça França2016-10-291-1/+1
* applies new string literal convention in activejob/testXavier Noria2016-08-061-3/+3
* Do not use named queues for que adapterRafael Mendonça França2015-05-031-1/+1
* Only *configure* the queue in setup; DB creation must come laterMatthew Draper2015-04-201-11/+13
* Make AJ integration tests much less verboseMatthew Draper2014-09-271-2/+2
* ActiveJob Integration TestsCristian Bica2014-09-111-0/+37