From 52a82f15f673ce9ab1a91564b672535f6fda8a10 Mon Sep 17 00:00:00 2001 From: Piotr Jakubowski Date: Thu, 28 Jan 2016 21:39:53 +0100 Subject: 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. --- guides/source/documents.yaml | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'guides') 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 -- cgit v1.2.3