aboutsummaryrefslogtreecommitdiffstats
path: root/guides/source/documents.yaml
diff options
context:
space:
mode:
authorRobin Dupret <robin.dupret@gmail.com>2017-06-06 17:33:17 +0200
committerRobin Dupret <robin.dupret@gmail.com>2017-06-06 17:36:02 +0200
commit42198c5591922dd1853a7b7f7cde803ede6a4198 (patch)
treee1ce7e9b4092c0bc8ecae3eea8f2ab33602316ef /guides/source/documents.yaml
parent2759a53a54fc7d834141adca22f3e76d928a7064 (diff)
downloadrails-42198c5591922dd1853a7b7f7cde803ede6a4198.tar.gz
rails-42198c5591922dd1853a7b7f7cde803ede6a4198.tar.bz2
rails-42198c5591922dd1853a7b7f7cde803ede6a4198.zip
Remove invalid entry from the guides index page
Commit 1a5d9399 removed the "Profiling Rails Applications" guide but the YAML entry for this guide wasn't. [ci skip]
Diffstat (limited to 'guides/source/documents.yaml')
-rw-r--r--guides/source/documents.yaml5
1 files changed, 0 insertions, 5 deletions
diff --git a/guides/source/documents.yaml b/guides/source/documents.yaml
index 2afef57fc2..59205ee465 100644
--- a/guides/source/documents.yaml
+++ b/guides/source/documents.yaml
@@ -130,11 +130,6 @@
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: Profiling Rails Applications
- work_in_progress: true
- url: profiling.html
- description: This guide explains how to profile your Rails applications to improve performance.
- -
name: Using Rails for API-only Applications
url: api_app.html
description: This guide explains how to effectively use Rails to develop a JSON API application.