diff options
author | Ivan Tkalin <itkalin@gmail.com> | 2014-12-24 17:45:09 +0100 |
---|---|---|
committer | Ivan Tkalin <itkalin@gmail.com> | 2014-12-24 17:47:56 +0100 |
commit | 128b0a1d10fb9f3f3523d93d0c09e3a19e5fa0d2 (patch) | |
tree | 54534e8250ea074817f2ae61a6af1be004fe049b | |
parent | 5bf56b77c3f8a892bb65fd7c4ce86c7bb11830d9 (diff) | |
download | rails-128b0a1d10fb9f3f3523d93d0c09e3a19e5fa0d2.tar.gz rails-128b0a1d10fb9f3f3523d93d0c09e3a19e5fa0d2.tar.bz2 rails-128b0a1d10fb9f3f3523d93d0c09e3a19e5fa0d2.zip |
List the Active Support Instrumentation guide in the index (as WIP)
-rw-r--r-- | guides/source/documents.yaml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/guides/source/documents.yaml b/guides/source/documents.yaml index 0c0e18288c..8dd310d007 100644 --- a/guides/source/documents.yaml +++ b/guides/source/documents.yaml @@ -126,6 +126,11 @@ name: Constant Autoloading and Reloading url: constant_autoloading_and_reloading.html description: This guide documents how constant autoloading and reloading work. + - + name: Active Support Instrumentation + work_in_progress: true + url: active_support_instrumentation.html + description: This guide explains how to use the instrumentation API inside of Active Support to measure events inside of Rails and other Ruby code. - name: Extending Rails documents: |