rails/activejob/lib
John Hawthorn 146ae32b85 Freeze modifications to ActiveRecord::QueryLogs
Tags and taggings build a cache when they are assigned, which means we
cannot support them being mutated. This freezes tags and taggings to
ensure they aren't changed after assignment.

This may not cover all cases, and per the previous PR we intend this to
be configured mostly via application.config, but it covers a case we
were making in our test suite and so should hopefully cover a mistake
users are somewhat likely to make.
2024-07-23 23:36:45 -07:00
..
active_job Freeze modifications to ActiveRecord::QueryLogs 2024-07-23 23:36:45 -07:00
rails/generators/job s/the the /the / 2022-12-29 03:56:13 +09:00
active_job.rb Implement Active Job enqueue_after_transaction_commit 2024-04-03 16:32:16 +02:00