aboutsummaryrefslogtreecommitdiffstats
path: root/activejob/lib/active_job/queue_adapter.rb
Commit message (Expand)AuthorAgeFilesLines
* Documentation for queue_adapter_name method in ActiveJob::QueueAdapter [ci skip]Mohit Natoo2018-08-101-0/+2
* Consolidate `queue_adapter=` and `interpret_adapter`Ryuta Kamizono2018-01-051-18/+12
* [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
* Removed string inquiry.Mohit Natoo2017-05-261-4/+4
* Provides friendlier way to access queue adapters of a job.Mohit Natoo2017-05-261-3/+16
* remove unused requireyuuji.yaginuma2017-01-151-1/+0
* removes requires already present in active_support/railsXavier Noria2016-10-271-1/+0
* Removed deprecated support to passing the adapter class to .queue_adapterRafael Mendonça França2016-10-101-10/+0
* normalizes indentation and whitespace across the projectXavier Noria2016-08-061-22/+22
* applies new string literal convention in activejob/libXavier Noria2016-08-061-3/+3
* Missed a few spots in inline -> async switchDavid Heinemeier Hansson2016-02-051-1/+1
* Change the default adapter from inline to asyncDavid Heinemeier Hansson2016-02-051-3/+3
* [skip ci] Add documentation for QueueAdapter::queue_adapterAnton Davydov2015-06-021-0/+2
* doc changes for readability [ci skip]Gourav Tiwari2015-05-191-2/+2
* `QueueAdapters` does the lookupTamir Duberstein2015-03-121-5/+1
* Use a more conservative `const_get` over `constantize`Tamir Duberstein2015-03-121-1/+1
* `ActiveJob::Base#queue_adapter` is now a `class_attribute`Tamir Duberstein2015-03-111-9/+21
* `ActiveJob::QueueAdapters::*` are no longer singletonsTamir Duberstein2015-03-111-9/+29
* `ActiveJob::QueueAdapters::TestAdapter` is now a singletonTamir Duberstein2015-02-231-2/+0
* ActiveJob is not ActionJob [ci skip] :smile:Prathamesh Sonpatki2014-12-311-1/+1
* ActiveJob testing improvementsCristian Bica2014-12-301-3/+3
* Add documentation of AJ::QueueAdapter class methods module [ci skip]Zachary Scott2014-11-031-0/+1
* placed description at correct place [ci skip]Rishi Jain2014-11-011-2/+2
* added punctuations, and role of queue_adapter module [ci skip]Rishi Jain2014-11-011-0/+2
* Add documentation on Active Job.mo khan2014-10-021-2/+5
* [ActiveJob] TestCaseAbdelkader Boudih2014-09-021-3/+2
* [ActiveJob] TestCaseAbdelkader Boudih2014-09-021-13/+20
* [ActiveJob] Autoload adaptersAbdelkader Boudih2014-08-261-1/+0
* Add 'activejob/' from commit '14f74a8331f94150dfee653224de8fc837797709'Abdelkader Boudih2014-08-121-0/+24