aboutsummaryrefslogtreecommitdiffstats
path: root/activejob/lib/active_job/queue_adapters.rb
Commit message (Collapse)AuthorAgeFilesLines
* Fix links in gemspec and docs from http to https.Abhay Nikam2019-03-091-3/+3
|
* Change queueing to queuing in docs and comments [skip ci]jacobherrington2018-11-181-3/+3
| | | | | | | | | My spellchecker flagged this as an incorrect spelling, upon further research it appears to be a point of contention in English. Either way might work. After further examination queuing is much more common in the Rails codebase so making this change will serve to standardize the spelling.
* Add `Style/RedundantFreeze` to remove redudant `.freeze`Yasuo Honda2018-09-291-1/+1
| | | | | | | | | | | | | | | | | | | | | Since Rails 6.0 will support Ruby 2.4.1 or higher `# frozen_string_literal: true` magic comment is enough to make string object frozen. This magic comment is enabled by `Style/FrozenStringLiteralComment` cop. * Exclude these files not to auto correct false positive `Regexp#freeze` - 'actionpack/lib/action_dispatch/journey/router/utils.rb' - 'activerecord/lib/active_record/connection_adapters/sqlite3_adapter.rb' It has been fixed by https://github.com/rubocop-hq/rubocop/pull/6333 Once the newer version of RuboCop released and available at Code Climate these exclude entries should be removed. * Replace `String#freeze` with `String#-@` manually if explicit frozen string objects are required - 'actionpack/test/controller/test_case_test.rb' - 'activemodel/test/cases/type/string_test.rb' - 'activesupport/lib/active_support/core_ext/string/strip.rb' - 'activesupport/test/core_ext/string_ext_test.rb' - 'railties/test/generators/actions_test.rb'
* update README link: md instead rdoc [ci skip]Oscar Amado2018-05-241-1/+1
|
* correct link to activejob readme [ci skip]Oscar Amado2018-05-241-1/+1
|
* Remove support for Qu gem.Alberto Almagro2018-03-191-3/+0
| | | | | | Reasons are that the Qu gem wasn't compatible since Rails 5.1, gem development was stopped in 2014 and maintainers have confirmed its demise. See issue #32273
* Add documentation about not accepting PRs for new adapters (#32298)Jeremy Green2018-03-191-0/+1
|
* [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
| | | | | This reverts commit 3420a14590c0e6915d8b6c242887f74adb4120f9, reversing changes made to afb66a5a598ce4ac74ad84b125a5abf046dcf5aa.
* Enforce frozen string in RubocopKir Shatrov2017-07-011-0/+1
|
* fix link to `resque` [ci skip]yuuji.yaginuma2016-09-201-1/+1
| | | | | `1-x-stable` branch does not exist, `master` is 1.x branch. Ref: http://words.steveklabnik.com/rescuing-resque-again
* applies new string literal convention in activejob/libXavier Noria2016-08-061-1/+1
| | | | | The current code base is not uniform. After some discussion, we have chosen to go with double quotes by default.
* - [ci skip] Active Job Async doesn't support to Async feature as per it's ↵Mohit Natoo2016-04-221-1/+2
| | | | | | | | | | | | definition. - [ci skip] Active Job Async doesn't support to Async feature as per it's definition. - [ci skip] Active Job Async doesn't support to Async feature as per it's definition. - [ci skip] Active Job Async doesn't support to Async feature as per it's definition. - [ci skip] Active Job Async doesn't support to Async feature as per it's definition.
* Update ActiveJob adapter for sucker_punch 2.0Jon Moss2016-01-271-1/+1
| | | | | | | | This PR includes two changes for 2.0.0: - Breaking API change around `async.perform` --> `perform_async` - New addition of `perform_in`, which now allows end users of the adapter to use the `enqueued_at` public API method.
* Initial implementation of ActiveJob AsyncAdapter.Jerry D'Antonio2015-08-251-0/+9
|
* Merge pull request #21145 from toydestroyer/masterYves Senn2015-08-061-15/+14
|\ | | | | | | | | | | [ci skip] Documentation: update queue_classic info in Active Job adapters list
| * Documentation: update queue_classic info in Active Job adapters listSergey Toy2015-08-061-4/+3
|/
* [skip ci] Update documentation for QueueAdapters::lookupAnton Davydov2015-06-011-0/+4
|
* Remove nonexistent adapterRafael Mendonça França2015-04-231-1/+0
| | | | | | Closes #19866 [ci skip]
* Fix a few typos and wrap some lines [ci skip]Robin Dupret2015-04-121-9/+17
|
* Copy edits for QueueAdapters docs to fix #17765 [ci skip]Zachary Scott2015-04-101-18/+18
|
* [ci skip] Adds documentation explaining table labels for Active Job ↵KingsleyKelly2015-04-091-7/+47
| | | | QueueAdapters table in docs.
* [ci skip] Adds rdoc for priority explaining what the labels in the table means.KingsleyKelly2015-04-061-0/+16
|
* Move Adapter to private constantSemyon Pupkov2015-03-161-0/+1
|
* `QueueAdapters` does the lookupTamir Duberstein2015-03-121-0/+8
|
* [ci skip] add "Qu" to Backends Features listyuuji.yaginuma2014-11-151-0/+1
|
* Tiny documentation styling fixes [ci skip]Robin Dupret2014-11-021-1/+1
|
* update queue_classic detailsJean-Philippe Boily2014-10-061-3/+3
|
* Added RDoc for each Active Job adapterCristian Bica2014-09-221-0/+34
|
* [ActiveJob] TestCaseAbdelkader Boudih2014-09-021-0/+1
|
* [ActiveJob] Autoload adaptersAbdelkader Boudih2014-08-261-0/+16