aboutsummaryrefslogtreecommitdiffstats
path: root/railties/guides/source/configuring.textile
diff options
context:
space:
mode:
authorRyan Bigg <radarlistener@gmail.com>2010-12-03 17:28:51 +1100
committerRyan Bigg <radarlistener@gmail.com>2010-12-03 17:28:51 +1100
commite600f8420821f1356553e908155be7a153c43391 (patch)
treedcdfa0bc4a919b6b683a8b953b54c296a9544c09 /railties/guides/source/configuring.textile
parent79b14407ad044133587ccb2d7fbc89b2e78e5da4 (diff)
downloadrails-e600f8420821f1356553e908155be7a153c43391.tar.gz
rails-e600f8420821f1356553e908155be7a153c43391.tar.bz2
rails-e600f8420821f1356553e908155be7a153c43391.zip
Config guide: Add cache_asset_ids
Diffstat (limited to 'railties/guides/source/configuring.textile')
-rw-r--r--railties/guides/source/configuring.textile2
1 files changed, 2 insertions, 0 deletions
diff --git a/railties/guides/source/configuring.textile b/railties/guides/source/configuring.textile
index ac1c6e5cc0..b761a4f826 100644
--- a/railties/guides/source/configuring.textile
+++ b/railties/guides/source/configuring.textile
@@ -282,6 +282,8 @@ There are only a few configuration options for Action View, starting with four o
* +config.action_view.erb_trim_mode+ gives the trim mode to be used by ERB. It defaults to +'-'+. See the "ERB documentation":http://www.ruby-doc.org/stdlib/libdoc/erb/rdoc/ for more information.
+* +ActionView::Helpers::AssetTagHelper::AssetPaths.cache_asset_ids+ With the cache enabled, the asset tag helper methods will make fewer expensive file system calls (the default implementation checks the file system timestamp). However this prevents you from modifying any asset files while the server is running.
+
h4. Configuring Action Mailer
There are a number of settings available on +config.action_mailer+: