From 6b2a363cfaf3fd215a5d6a90b2e943e1c820219c Mon Sep 17 00:00:00 2001 From: Darcy Laycock Date: Sat, 9 Jun 2012 16:03:02 +0800 Subject: [PATCH] Update the readme with configuration documentation --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 02a426a..7c0886d 100644 --- a/README.md +++ b/README.md @@ -215,6 +215,8 @@ Setting up RocketPants in your rails application is pretty simple and requires a - `config.rocket_pants.use_caching` - Defaulting to true for production environments and false elsewhere, defines whether RocketPants caching setup as described below is used. - `config.rocket_pants.cache` - A `Moneta::Store` instance used as the RocketPants cache, defaulting to a moneta memory instance. Change for proper caching. (See [here](https://github.com/wycats/moneta) for more information on Moneta.) +- `config.rocket_pants.header_metadata` - Defaults to false, if true enables header metadata in the application. +- `config.rocket_pants.pass_through_errors` - Defaults true in development and test, false otherwise. If true, will pass through errors up the stack otherwise will swallow them and return a system error via JSON for any unhandled exceptions. ## Version Controllers / Routes