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
2021-05-18 16:29:34 +05:30
..
queue_adapters Wrap evaluation of db/seeds.rb with the executor 2020-11-18 16:26:20 -06:00
serializers Added more regression for activejob Range serializer. 2021-05-18 16:29:34 +05:30
arguments.rb Add Range to list of supported arguments for jobs 2021-05-16 08:44:59 +01:00
base.rb Refactor the code to keep instrumentation and log inside the modules 2021-02-02 01:07:24 +00:00
callbacks.rb Rails 6.2 is now Rails 7.0 2021-02-04 16:47:16 +00:00
configured_job.rb Use ... argument forwarding instead of ruby2_keywords when possible 2021-03-19 16:53:06 +01:00
core.rb Don't define methods using the method modifier in the same line as the method 2021-04-12 18:49:54 +00:00
enqueuing.rb Add Range to list of supported arguments for jobs 2021-05-16 08:44:59 +01:00
exceptions.rb fix typo in Active Job exceptions docs 2020-07-18 11:05:35 +01:00
execution.rb Use ... argument forwarding instead of ruby2_keywords when possible 2021-03-19 16:53:06 +01:00
gem_version.rb Rails 6.2 is now Rails 7.0 2021-02-04 16:47:16 +00:00
instrumentation.rb Refactor the code to keep instrumentation and log inside the modules 2021-02-02 01:07:24 +00:00
log_subscriber.rb change the perform instrumentation to wrap perform_now instead of the perform method. 2020-12-31 11:13:03 +09:00
logging.rb Refactor the code to keep instrumentation and log inside the modules 2021-02-02 01:07:24 +00:00
queue_adapter.rb Fix inline code markup [ci-skip] 2021-02-14 11:20:35 -06:00
queue_adapters.rb Sanitize and add missing docs on ActiveJob::QueueAdapters class. [ci skip] 2020-03-22 11:28:03 +01:00
queue_name.rb Stop queue_name_prefix from being global 2019-09-13 18:30:19 -03:00
queue_priority.rb
railtie.rb Revert "Merge pull request #39472" 2020-12-17 19:27:14 -05:00
serializers.rb Add Range serializer for ActiveJob 2021-05-15 23:22:26 -04:00
test_case.rb
test_helper.rb Add missing require to ActiveJob::TestHelper 2021-02-02 11:50:54 +00:00
timezones.rb
translation.rb
version.rb