mirror of https://github.com/rails/rails
Document async option in guides for query.active_record events
Related to #load_async queries added in #40037 #41372.
This commit is contained in:
parent
efa11e67d6
commit
d716e6dbcc
|
@ -346,6 +346,7 @@ The `:cache_hits` key is only included if the collection is rendered with `cache
|
|||
| `:binds` | Bind parameters |
|
||||
| `:type_casted_binds` | Typecasted bind parameters |
|
||||
| `:statement_name` | SQL Statement name |
|
||||
| `:async` | `true` if query is loaded asynchronously |
|
||||
| `:cached` | `true` is added when cached queries used |
|
||||
|
||||
Adapters may add their own data as well.
|
||||
|
|
Loading…
Reference in New Issue