1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

Merge pull request #35927 from arbox/master

Add section on PostgreSQL to the guides index [ci skip]
This commit is contained in:
Rafael França 2019-04-15 17:51:07 -04:00 committed by GitHub
commit 62b7a521a4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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