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-03-19 16:53:06 +01:00
..
queue_adapters Wrap evaluation of db/seeds.rb with the executor 2020-11-18 16:26:20 -06:00
serializers Recover precision when serializing Time, TimeWithZone and DateTime. 2020-10-30 19:58:13 +00:00
arguments.rb Remove the code for older Rubies RUBY_VERSION < "2.7" in the codebase 2021-02-07 12:20:18 +09: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 Communicate enqueue failures to callers of perform_later 2021-02-05 16:32:43 -05:00
enqueuing.rb Use ... argument forwarding instead of ruby2_keywords when possible 2021-03-19 16:53:06 +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 [Active Job] rubocop -a --only Layout/EmptyLineAfterMagicComment 2017-07-11 13:12:32 +09:00
railtie.rb Revert "Merge pull request #39472" 2020-12-17 19:27:14 -05:00
serializers.rb Recover precision when serializing Time, TimeWithZone and DateTime. 2020-10-30 19:58:13 +00:00
test_case.rb [Active Job] rubocop -a --only Layout/EmptyLineAfterMagicComment 2017-07-11 13:12:32 +09:00
test_helper.rb Add missing require to ActiveJob::TestHelper 2021-02-02 11:50:54 +00: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