You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description:
Rails includes a class called ActiveSupport::CurrentAttributes that can be used to store values that relate only to the current request or job.
How does Rails store these values?
How can it ensure these values can only be read in the current request?
What happens when you change the isolation level?
From a practical standpoint, what does the isolation level mean?
Estimated Talk Time:
10–15 minutes
The text was updated successfully, but these errors were encountered:
Description:
Rails includes a class called
ActiveSupport::CurrentAttributes
that can be used to store values that relate only to the current request or job.For example:
How does Rails store these values?
How can it ensure these values can only be read in the current request?
What happens when you change the isolation level?
From a practical standpoint, what does the isolation level mean?
Estimated Talk Time:
10–15 minutes
The text was updated successfully, but these errors were encountered: