1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/activejob/lib/active_job
Olivier Lacan e77293786c Document queue_as block arguments and their use
Currently, we only document the use case for ActiveJob's `queue_as` block
arguments in [Rails Guides][1]. It seems necessary to document them in the API
docs as well considering how useful and powerful this option is.

[1]: https://edgeguides.rubyonrails.org/active_job_basics.html#queues

[ci skip]
2019-02-11 17:36:44 -05:00
..
queue_adapters Allow all ActiveJob assertion helper to accept Proc in their only kw: 2018-11-21 23:14:43 +01:00
serializers fix spelling in docs for ActiveJob::Serializers::ObjectSerializer#deserialize 2018-04-13 06:59:50 -07:00
arguments.rb Do not deserialize GlobalID objects that were not generated by Active Job 2018-11-27 15:28:41 -05:00
base.rb Change queueing to queuing in docs and comments [skip ci] 2018-11-18 22:36:44 -06:00
callbacks.rb Merge pull request #33992 from kirs/enqueue-return-false 2018-12-05 11:24:19 -05:00
configured_job.rb [Active Job] rubocop -a --only Layout/EmptyLineAfterMagicComment 2017-07-11 13:12:32 +09:00
core.rb Ensure 0 is always the default for the individual exception counters in ActiveJob 2019-01-08 12:08:06 +01:00
enqueuing.rb activejob typo fixes. 2019-01-29 21:15:12 +05:30
exceptions.rb Ensure 0 is always the default for the individual exception counters in ActiveJob 2019-01-08 12:08:06 +01:00
execution.rb Change queueing to queuing in docs and comments [skip ci] 2018-11-18 22:36:44 -06:00
gem_version.rb Preparing for 6.0.0.beta1 release 2019-01-18 15:42:12 -05:00
logging.rb Improve enqueue_retry.active_job message 2018-09-25 01:34:20 +03:00
queue_adapter.rb Documentation for queue_adapter_name method in ActiveJob::QueueAdapter [ci skip] 2018-08-10 02:02:58 +05:30
queue_adapters.rb Change queueing to queuing in docs and comments [skip ci] 2018-11-18 22:36:44 -06:00
queue_name.rb Document queue_as block arguments and their use 2019-02-11 17:36:44 -05:00
queue_priority.rb [Active Job] rubocop -a --only Layout/EmptyLineAfterMagicComment 2017-07-11 13:12:32 +09:00
railtie.rb Include test helpers when ActionDispatch::IntegrationTest is loaded 2018-09-12 16:58:14 -05:00
serializers.rb ActiveJob::Base no longer dependents on Serializers 2018-07-03 21:48:26 +09:00
test_case.rb [Active Job] rubocop -a --only Layout/EmptyLineAfterMagicComment 2017-07-11 13:12:32 +09:00
test_helper.rb Use native Array#append, Array#prepend, Hash#transform_keys, and Hash#transform_keys! 2018-12-20 23:22:46 +09:00
timezones.rb Remove passing extra arguments to ActiveJob Callbacks 2018-02-23 00:58:00 +02:00
translation.rb Remove passing extra arguments to ActiveJob Callbacks 2018-02-23 00:58:00 +02:00
version.rb [Active Job] rubocop -a --only Layout/EmptyLineAfterMagicComment 2017-07-11 13:12:32 +09:00