Navigation Menu

Skip to content

Commit

Permalink
Add to guides info how to disable prepared statements
Browse files Browse the repository at this point in the history
  • Loading branch information
evtuhovich committed Apr 19, 2012
1 parent 7536731 commit c666323
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions guides/source/configuring.textile
Expand Up @@ -525,6 +525,13 @@ development:
password:
</yaml>

If you use external connection pool manager, you can disable prepared statements in rails:
<yaml>
production:
adapter: postgresql
prepared_statements: false
</yaml>

h5. Configuring an SQLite3 Database for JRuby Platform

If you choose to use SQLite3 and are using JRuby, your +config/database.yml+ will look a little different. Here's the development section:
Expand Down

0 comments on commit c666323

Please sign in to comment.