From eda282f85743961e2910e4e493a2690fa633b94f Mon Sep 17 00:00:00 2001 From: Jeff Dean Date: Sun, 16 Nov 2008 23:11:40 -0500 Subject: Re-ran rake guides --- railties/doc/guides/html/configuring.html | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'railties/doc') diff --git a/railties/doc/guides/html/configuring.html b/railties/doc/guides/html/configuring.html index ea5f162cb7..55f5d48554 100644 --- a/railties/doc/guides/html/configuring.html +++ b/railties/doc/guides/html/configuring.html @@ -326,7 +326,15 @@ after-initializer

The Active Record session store can also be configured:

CGI::Session::ActiveRecordStore::Session.data_column_name sets the name of the column to use to store session data. By default it is data

4.3. Configuring Action View

+

There are only a few configuration options for Action View, starting with four on ActionView::Base:

+

debug_rjs specifies whether RJS responses should be wrapped in a try/catch block that alert()s the caught exception (and then re-raises it). The default is false.

+

warn_cache_misses tells Rails to display a warning whenever an action results in a cache miss on your view paths. The default is false.

+

+

default_form_builder tells Rails which form builder to use by default. The default is ActionView::Helpers::FormBuilder.

+

The ERB template handler supplies one additional option:

+

ActionView::TemplateHandlers::ERB.erb_trim_mode gives the trim mode to be used by ERB. It defaults to -.

4.4. Configuring Action Mailer

+

There are a number of settings available on ActionMailer::Base:

4.5. Configuring Active Resource

4.6. Configuring Active Support

-- cgit v1.2.3