aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVijay Dev <vijaydev.cse@gmail.com>2012-04-28 00:36:14 +0530
committerVijay Dev <vijaydev.cse@gmail.com>2012-04-28 00:36:14 +0530
commit50b1399b3128fcba73bf3478e22d187090921872 (patch)
tree502bc21efdf36ab08594684c60e7bd9fb35571de
parentcd50b60431881b808d596f394befd38a2d453603 (diff)
downloadrails-50b1399b3128fcba73bf3478e22d187090921872.tar.gz
rails-50b1399b3128fcba73bf3478e22d187090921872.tar.bz2
rails-50b1399b3128fcba73bf3478e22d187090921872.zip
update docs - disabling prepared statements is not connected to managing connections externally [ci skip]
-rw-r--r--guides/source/configuring.textile3
1 files changed, 2 insertions, 1 deletions
diff --git a/guides/source/configuring.textile b/guides/source/configuring.textile
index 1541428af9..28c138c714 100644
--- a/guides/source/configuring.textile
+++ b/guides/source/configuring.textile
@@ -525,7 +525,8 @@ development:
password:
</yaml>
-If you use external connection pool manager, you can disable prepared statements in rails:
+Prepared Statements can be disabled thus:
+
<yaml>
production:
adapter: postgresql