From edc705d1a5f7b158fe24bd67980723872496be00 Mon Sep 17 00:00:00 2001 From: Andrei Beliankou Date: Wed, 10 Apr 2019 20:29:34 +0200 Subject: Add section on PostgreSQL to the guides index [ci skip] --- guides/source/documents.yaml | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'guides/source') diff --git a/guides/source/documents.yaml b/guides/source/documents.yaml index 25e4fdb4e6..c44bf7240b 100644 --- a/guides/source/documents.yaml +++ b/guides/source/documents.yaml @@ -155,6 +155,10 @@ 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: Active Record and PostgreSQL + url: active_record_postgresql.html + description: This guide covers PostgreSQL specific usage of Active Record. - name: Extending Rails -- cgit v1.2.3 From 53351addb17e17f445b341dff73249bdcf5022f9 Mon Sep 17 00:00:00 2001 From: Andrei Beliankou Date: Fri, 12 Apr 2019 13:57:19 +0200 Subject: Mark the section on PostgreSQL to be work in progress [ci skip] --- guides/source/documents.yaml | 1 + 1 file changed, 1 insertion(+) (limited to 'guides/source') diff --git a/guides/source/documents.yaml b/guides/source/documents.yaml index c44bf7240b..1e67b2bce7 100644 --- a/guides/source/documents.yaml +++ b/guides/source/documents.yaml @@ -157,6 +157,7 @@ description: This guide explains how to effectively use Rails to develop a JSON API application. - name: Active Record and PostgreSQL + work_in_progress: true url: active_record_postgresql.html description: This guide covers PostgreSQL specific usage of Active Record. -- cgit v1.2.3