aboutsummaryrefslogtreecommitdiffstats
path: root/guides/source
diff options
context:
space:
mode:
authorZachary Scott <e@zzak.io>2014-12-24 16:05:56 -0500
committerZachary Scott <e@zzak.io>2014-12-24 16:05:56 -0500
commita2059068c02c25e61cc7d5701b0bbd2913e4012f (patch)
tree6a302992358ee0b1d92a5b88ad21bd242a758875 /guides/source
parent269a2ea08d7d909005996951e6d5fcb1c0b5891a (diff)
parent128b0a1d10fb9f3f3523d93d0c09e3a19e5fa0d2 (diff)
downloadrails-a2059068c02c25e61cc7d5701b0bbd2913e4012f.tar.gz
rails-a2059068c02c25e61cc7d5701b0bbd2913e4012f.tar.bz2
rails-a2059068c02c25e61cc7d5701b0bbd2913e4012f.zip
Merge pull request #18185 from ivalkeen/add_missing_guides
List the Active Support Instrumentation guide in the index (as WIP)
Diffstat (limited to 'guides/source')
-rw-r--r--guides/source/documents.yaml5
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: