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

Add section on PostgreSQL to the guides index [ci skip]

This commit is contained in:
Andrei Beliankou 2019-04-10 20:29:34 +02:00
parent 43288a053f
commit edc705d1a5

View file

@ -155,6 +155,10 @@
name: Using Rails for API-only Applications name: Using Rails for API-only Applications
url: api_app.html url: api_app.html
description: This guide explains how to effectively use Rails to develop a JSON API application. 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 name: Extending Rails