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
Jean Boussier b9635ccc05 Pass ActiveRecord::QueryLogs as argument rather than instance_exec
Otherwise we expose all the interal state of `QueryLogs` as an API.

It also makes the API more friendly to typing frameworks.
2021-08-23 20:29:45 +02:00
..
queue_adapters Avoid logging delayed job arguments if log_arguments set to false 2021-08-01 21:46:44 +01:00
serializers Added more regression for activejob Range serializer. 2021-05-18 16:29:34 +05:30
arguments.rb Standardize nodoc comments 2021-07-29 21:18:07 +00:00
base.rb Standardize nodoc comments 2021-07-29 21:18:07 +00:00
callbacks.rb
configured_job.rb Standardize nodoc comments 2021-07-29 21:18:07 +00:00
core.rb
enqueuing.rb
exceptions.rb retry_on parameter attempts now accepts :unlimited (#41761) 2021-07-28 18:32:19 -04:00
execution.rb Standardize nodoc comments 2021-07-29 21:18:07 +00:00
gem_version.rb
instrumentation.rb Standardize nodoc comments 2021-07-29 21:18:07 +00:00
log_subscriber.rb Standardize nodoc comments 2021-07-29 21:18:07 +00:00
logging.rb Standardize nodoc comments 2021-07-29 21:18:07 +00:00
query_tags.rb Avoid using class_eval and just include a module 2021-08-17 22:16:06 +00:00
queue_adapter.rb Standardize nodoc comments 2021-07-29 21:18:07 +00:00
queue_adapters.rb
queue_name.rb Standardize nodoc comments 2021-07-29 21:18:07 +00:00
queue_priority.rb
railtie.rb Pass ActiveRecord::QueryLogs as argument rather than instance_exec 2021-08-23 20:29:45 +02:00
serializers.rb
test_case.rb
test_helper.rb Added possibility to check on :priority in test helper methods 2021-07-15 07:46:21 +02:00
timezones.rb Standardize nodoc comments 2021-07-29 21:18:07 +00:00
translation.rb Standardize nodoc comments 2021-07-29 21:18:07 +00:00
version.rb