From b0f727880a7a3e907470937b74a7e573615b57e5 Mon Sep 17 00:00:00 2001 From: Rajeev N Bharshetty Date: Wed, 20 Mar 2013 13:37:02 +0530 Subject: Fix a typo --- activerecord/CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'activerecord/CHANGELOG.md') 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: -- cgit v1.2.3