aboutsummaryrefslogtreecommitdiffstats
path: root/guides/source
diff options
context:
space:
mode:
authorAndrei Beliankou <arbox@yandex.ru>2019-04-10 20:29:34 +0200
committerAndrei Beliankou <arbox@yandex.ru>2019-04-10 20:29:34 +0200
commitedc705d1a5f7b158fe24bd67980723872496be00 (patch)
tree00b1115cd0f8c8da29f1e72bef66923385a7d036 /guides/source
parent43288a053feecf7cdbe74e61f3ca2038d976e9f4 (diff)
downloadrails-edc705d1a5f7b158fe24bd67980723872496be00.tar.gz
rails-edc705d1a5f7b158fe24bd67980723872496be00.tar.bz2
rails-edc705d1a5f7b158fe24bd67980723872496be00.zip
Add section on PostgreSQL to the guides index [ci skip]
Diffstat (limited to 'guides/source')
-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 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