Skip to content

Commit f650cca

Browse files
authored
Merge pull request rails#52154 from p8/guides/production-section
Move production guides to separate section [ci-skip]
2 parents a0dfc67 + 320f0d6 commit f650cca

File tree

1 file changed

+16
-12
lines changed

1 file changed

+16
-12
lines changed

guides/source/documents.yaml

Lines changed: 16 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -171,14 +171,6 @@
171171
name: Testing Rails Applications
172172
url: testing.html
173173
description: This is a rather comprehensive guide to the various testing facilities in Rails. It covers everything from 'What is a test?' to Integration Testing. Enjoy.
174-
-
175-
name: Securing Rails Applications
176-
url: security.html
177-
description: This guide describes common security problems in web applications and how to avoid them with Rails.
178-
-
179-
name: Error Reporting in Rails Applications
180-
url: error_reporting.html
181-
description: This guide introduces ways to manage errors that occur in Ruby on Rails applications.
182174
-
183175
name: Debugging Rails Applications
184176
url: debugging_rails_applications.html
@@ -220,10 +212,6 @@
220212
name: Autoloading and Reloading
221213
url: autoloading_and_reloading_constants.html
222214
description: This guide documents how autoloading and reloading constants work.
223-
-
224-
name: "Caching with Rails: An Overview"
225-
url: caching_with_rails.html
226-
description: This guide is an introduction to speeding up your Rails application with caching.
227215
-
228216
name: Active Support Instrumentation
229217
work_in_progress: true
@@ -233,10 +221,26 @@
233221
name: Using Rails for API-only Applications
234222
url: api_app.html
235223
description: This guide explains how to effectively use Rails to develop a JSON API application.
224+
225+
-
226+
name: Going to Production
227+
documents:
236228
-
237229
name: Tuning Performance for Deployment
238230
url: tuning_performance_for_deployment.html
239231
description: This guide covers performance and concurrency configuration for deploying your production Ruby on Rails application.
232+
-
233+
name: "Caching with Rails: An Overview"
234+
url: caching_with_rails.html
235+
description: This guide is an introduction to speeding up your Rails application with caching.
236+
-
237+
name: Securing Rails Applications
238+
url: security.html
239+
description: This guide describes common security problems in web applications and how to avoid them with Rails.
240+
-
241+
name: Error Reporting in Rails Applications
242+
url: error_reporting.html
243+
description: This guide introduces ways to manage errors that occur in Ruby on Rails applications.
240244

241245
-
242246
name: Advanced Active Record

0 commit comments

Comments
 (0)