|
171 | 171 | name: Testing Rails Applications
|
172 | 172 | url: testing.html
|
173 | 173 | 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. |
182 | 174 | -
|
183 | 175 | name: Debugging Rails Applications
|
184 | 176 | url: debugging_rails_applications.html
|
|
220 | 212 | name: Autoloading and Reloading
|
221 | 213 | url: autoloading_and_reloading_constants.html
|
222 | 214 | 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. |
227 | 215 | -
|
228 | 216 | name: Active Support Instrumentation
|
229 | 217 | work_in_progress: true
|
|
233 | 221 | name: Using Rails for API-only Applications
|
234 | 222 | url: api_app.html
|
235 | 223 | description: This guide explains how to effectively use Rails to develop a JSON API application.
|
| 224 | + |
| 225 | +- |
| 226 | + name: Going to Production |
| 227 | + documents: |
236 | 228 | -
|
237 | 229 | name: Tuning Performance for Deployment
|
238 | 230 | url: tuning_performance_for_deployment.html
|
239 | 231 | 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. |
240 | 244 |
|
241 | 245 | -
|
242 | 246 | name: Advanced Active Record
|
|
0 commit comments