diff options
author | Ryan Bigg <radarlistener@gmail.com> | 2012-03-11 16:18:48 -0700 |
---|---|---|
committer | Ryan Bigg <radarlistener@gmail.com> | 2012-03-11 16:19:09 -0700 |
commit | 507df096f4dd875ba602164b997ef7d5f7739bb6 (patch) | |
tree | c49538880f4f5f804aef6f87fa0b25b0f5836a50 /railties | |
parent | a42eedb3a3d55097624d5b6a9509d4d79264a391 (diff) | |
download | rails-507df096f4dd875ba602164b997ef7d5f7739bb6.tar.gz rails-507df096f4dd875ba602164b997ef7d5f7739bb6.tar.bz2 rails-507df096f4dd875ba602164b997ef7d5f7739bb6.zip |
[instrumentation] Add further action placeholders
Diffstat (limited to 'railties')
-rw-r--r-- | railties/guides/source/active_support_instrumentation.textile | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/railties/guides/source/active_support_instrumentation.textile b/railties/guides/source/active_support_instrumentation.textile index 26a5265143..8e2866dfc3 100644 --- a/railties/guides/source/active_support_instrumentation.textile +++ b/railties/guides/source/active_support_instrumentation.textile @@ -70,6 +70,18 @@ The payload for this event has the following parameters related to the outgoing h4. Action Controller +h5. write_fragment.action_controller + +h5. read_fragment.action_controller + +h5. exist_fragment?.action_controller + +h5. expire_fragment.action_controller + +h5. write_page.action_controller + +h5. expire_page.action_controller + h4. Action View h4. Active Record |