aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRajeev N Bharshetty <rajeevrvis@gmail.com>2013-03-20 13:37:02 +0530
committerRajeev N Bharshetty <rajeevrvis@gmail.com>2013-03-20 13:37:02 +0530
commitb0f727880a7a3e907470937b74a7e573615b57e5 (patch)
tree09860d8fe85fc4c1f5e6446d8860c6b84bfd2aab
parente61cdf02896ffe0a97cc2205a1a812d54638e19a (diff)
downloadrails-b0f727880a7a3e907470937b74a7e573615b57e5.tar.gz
rails-b0f727880a7a3e907470937b74a7e573615b57e5.tar.bz2
rails-b0f727880a7a3e907470937b74a7e573615b57e5.zip
Fix a typo
-rw-r--r--activerecord/CHANGELOG.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/activerecord/CHANGELOG.md b/activerecord/CHANGELOG.md
index 79247e3028..49cec07ed0 100644
--- a/activerecord/CHANGELOG.md
+++ b/activerecord/CHANGELOG.md
@@ -525,7 +525,7 @@
*Justin George*
-* The database adpters now converts the options passed thought `DATABASE_URL`
+* The database adapters now converts the options passed thought `DATABASE_URL`
environment variable to the proper Ruby types before using. For example, SQLite requires
that the timeout value is an integer, and PostgreSQL requires that the
prepared_statements option is a boolean. These now work as expected: