aboutsummaryrefslogtreecommitdiffstats
path: root/guides
diff options
context:
space:
mode:
authorPiotr Jakubowski <piotrj@gmail.com>2016-01-28 21:39:53 +0100
committerPiotr Jakubowski <piotrj@gmail.com>2016-01-28 21:39:53 +0100
commit52a82f15f673ce9ab1a91564b672535f6fda8a10 (patch)
tree706f71125ac39fc861e78ada1c3c1b12b77f3124 /guides
parent020d6fda29c1f04818dbf467764fc8ac16b7042f (diff)
downloadrails-52a82f15f673ce9ab1a91564b672535f6fda8a10.tar.gz
rails-52a82f15f673ce9ab1a91564b672535f6fda8a10.tar.bz2
rails-52a82f15f673ce9ab1a91564b672535f6fda8a10.zip
Put "Using Rails for API-only Applications" in table of contents
When I was looking for more info regarding this the only way I ended up on that page was by googling something along the lines of "rails new api" (as I wanted to find out what are the proper parameters when generating api app). I think it's beneficial to have that page in table of contents.
Diffstat (limited to 'guides')
-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