aboutsummaryrefslogtreecommitdiffstats
path: root/guides
diff options
context:
space:
mode:
authorRafael França <rafaelmfranca@gmail.com>2019-04-15 17:51:07 -0400
committerGitHub <noreply@github.com>2019-04-15 17:51:07 -0400
commit62b7a521a41011c108815041a975ae3177dfcc09 (patch)
tree91ade3b8134bf6c1ad5f53f63ac335bcac6877ae /guides
parent81c8f18d849a1538c4b838187280a572a5ff15e8 (diff)
parent53351addb17e17f445b341dff73249bdcf5022f9 (diff)
downloadrails-62b7a521a41011c108815041a975ae3177dfcc09.tar.gz
rails-62b7a521a41011c108815041a975ae3177dfcc09.tar.bz2
rails-62b7a521a41011c108815041a975ae3177dfcc09.zip
Merge pull request #35927 from arbox/master
Add section on PostgreSQL to the guides index [ci skip]
Diffstat (limited to 'guides')
-rw-r--r--guides/source/documents.yaml5
1 files changed, 5 insertions, 0 deletions
diff --git a/guides/source/documents.yaml b/guides/source/documents.yaml
index 25e4fdb4e6..1e67b2bce7 100644
--- a/guides/source/documents.yaml
+++ b/guides/source/documents.yaml
@@ -155,6 +155,11 @@
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
+ work_in_progress: true
+ url: active_record_postgresql.html
+ description: This guide covers PostgreSQL specific usage of Active Record.
-
name: Extending Rails