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:
commit
62b7a521a4
1 changed files with 5 additions and 0 deletions
|
@ -155,6 +155,11 @@
|
||||||
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
|
||||||
|
work_in_progress: true
|
||||||
|
url: active_record_postgresql.html
|
||||||
|
description: This guide covers PostgreSQL specific usage of Active Record.
|
||||||
|
|
||||||
-
|
-
|
||||||
name: Extending Rails
|
name: Extending Rails
|
||||||
|
|
Loading…
Reference in a new issue