Skip to content

Commit

Permalink
Shorten some of the guide names in the Guides index
Browse files Browse the repository at this point in the history
  • Loading branch information
ghiculescu committed Sep 14, 2023
1 parent ff6bf8d commit ccde530
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions guides/source/documents.yaml
Expand Up @@ -219,11 +219,11 @@
Rails. It is an extremely in-depth guide and recommended for advanced
Rails developers.
-
name: Autoloading and Reloading Constants
name: Autoloading and Reloading
url: autoloading_and_reloading_constants.html
description: This guide documents how autoloading and reloading constants work (Zeitwerk mode).
description: This guide documents how autoloading and reloading constants work.
-
name: "Classic to Zeitwerk HOWTO"
name: "Migrating from Classic to Zeitwerk"
url: "classic_to_zeitwerk_howto.html"
description: "This guide documents how to migrate Rails applications from `classic` to `zeitwerk` mode."
-
Expand All @@ -245,7 +245,7 @@
url: active_record_postgresql.html
description: This guide covers PostgreSQL specific usage of Active Record.
-
name: Multiple Databases with Active Record
name: Multiple Databases
url: active_record_multiple_databases.html
description: This guide covers using multiple databases in your application.
-
Expand All @@ -254,7 +254,7 @@
url: active_record_encryption.html
description: This guide covers encrypting your database information using Active Record.
-
name: Composite Primary Keys in Active Record
name: Composite Primary Keys
url: active_record_composite_primary_keys.html
description: This guide is an introduction to composite primary keys for database tables.

Expand Down

0 comments on commit ccde530

Please sign in to comment.