Skip to content

Commit b06c2c7

Browse files
committed
Move performance section under "Digging Deeper" [ci-skip]
This section was moved to "Advanced Active Record" in 35ad43b by accident.
1 parent 168b2b3 commit b06c2c7

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

guides/source/documents.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -234,6 +234,10 @@
234234
name: Using Rails for API-only Applications
235235
url: api_app.html
236236
description: This guide explains how to effectively use Rails to develop a JSON API application.
237+
-
238+
name: Tuning Performance for Deployment
239+
url: tuning_performance_for_deployment.html
240+
description: This guide covers performance and concurrency configuration for deploying your production Ruby on Rails application.
237241

238242
-
239243
name: Advanced Active Record
@@ -256,10 +260,6 @@
256260
name: Composite Primary Keys
257261
url: active_record_composite_primary_keys.html
258262
description: This guide is an introduction to composite primary keys for database tables.
259-
-
260-
name: Tuning Performance for Deployment
261-
url: tuning_performance_for_deployment.html
262-
description: This guide covers performance and concurrency configuration for deploying your production Ruby on Rails application.
263263

264264
-
265265
name: Extending Rails

0 commit comments

Comments
 (0)