diff options
author | schneems <richard.schneeman@gmail.com> | 2014-04-15 12:56:33 -0500 |
---|---|---|
committer | schneems <richard.schneeman@gmail.com> | 2014-04-15 13:06:26 -0500 |
commit | b415390ad666999c7b01ca6a29ce453a8dbe2ac2 (patch) | |
tree | 7bd5269b2c7e195d85a1ca1ebd5e919d7e71cf51 /guides/source | |
parent | ca13cc1f179bea3030114508b708d6e6ea410cdd (diff) | |
download | rails-b415390ad666999c7b01ca6a29ce453a8dbe2ac2.tar.gz rails-b415390ad666999c7b01ca6a29ce453a8dbe2ac2.tar.bz2 rails-b415390ad666999c7b01ca6a29ce453a8dbe2ac2.zip |
[ci skip] PP does not generate pass by default
This was changed in https://github.com/rails/rails/pull/13415/files
Diffstat (limited to 'guides/source')
-rw-r--r-- | guides/source/configuring.md | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/guides/source/configuring.md b/guides/source/configuring.md index 460fd3c301..873993f610 100644 --- a/guides/source/configuring.md +++ b/guides/source/configuring.md @@ -644,8 +644,6 @@ development: encoding: unicode database: blog_development pool: 5 - username: blog - password: ``` Prepared Statements can be disabled thus: |