aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJon Moss <maclover7@users.noreply.github.com>2016-01-28 17:12:09 -0500
committerJon Moss <maclover7@users.noreply.github.com>2016-01-28 17:12:09 -0500
commitc6d251f3a2114599d5aa49f2087c33ea37918d8b (patch)
tree60e4cf8594941662f217ea79252aba50584d1640
parentc58fcfbc73a63ffc82baa4ff1b13bd142ba77ffc (diff)
parent52a82f15f673ce9ab1a91564b672535f6fda8a10 (diff)
downloadrails-c6d251f3a2114599d5aa49f2087c33ea37918d8b.tar.gz
rails-c6d251f3a2114599d5aa49f2087c33ea37918d8b.tar.bz2
rails-c6d251f3a2114599d5aa49f2087c33ea37918d8b.zip
Merge pull request #23319 from piotrj/api_app_in_table_of_contents
Put "Using Rails for API-only Applications" in table of contents
-rw-r--r--guides/source/documents.yaml4
1 files changed, 4 insertions, 0 deletions
diff --git a/guides/source/documents.yaml b/guides/source/documents.yaml
index 4473eba478..2cf613f47f 100644
--- a/guides/source/documents.yaml
+++ b/guides/source/documents.yaml
@@ -135,6 +135,10 @@
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.
-
name: Extending Rails