aboutsummaryrefslogtreecommitdiffstats
path: root/railties/guides
diff options
context:
space:
mode:
authorDavid Lee <davidomundo@gmail.com>2011-05-20 18:40:59 -0700
committerDavid Lee <davidomundo@gmail.com>2011-06-11 01:58:26 -0700
commit9b305983e3518093f3b393a254f296ca2be29968 (patch)
treec034bb3e4c97e2f17421c715ead83aa70c5dabe8 /railties/guides
parent91e3046b717117b4d2961b813fee674fdda2cb47 (diff)
downloadrails-9b305983e3518093f3b393a254f296ca2be29968.tar.gz
rails-9b305983e3518093f3b393a254f296ca2be29968.tar.bz2
rails-9b305983e3518093f3b393a254f296ca2be29968.zip
Remove utf8_enforcer_param config option
Diffstat (limited to 'railties/guides')
-rw-r--r--railties/guides/source/configuring.textile2
1 files changed, 0 insertions, 2 deletions
diff --git a/railties/guides/source/configuring.textile b/railties/guides/source/configuring.textile
index 923de8b7c0..80de36070d 100644
--- a/railties/guides/source/configuring.textile
+++ b/railties/guides/source/configuring.textile
@@ -330,8 +330,6 @@ And can reference in the view with the following code:
<%= stylesheet_link_tag :special %>
</ruby>
-* +config.action_view.utf8_enforcer_param+ tells Rails what the +name+ attribute should be for the hidden tag that's used for enforcing UTF8 encoding in form submissions. The default is +'utf8'+.
-
* +config.action_view.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