From 7173919af932f4a79e595cf74688d1d7cb3317ec Mon Sep 17 00:00:00 2001 From: Carlos Antonio da Silva Date: Wed, 6 Feb 2013 22:42:06 -0200 Subject: Add changelog entry for #9203 about schema dumper with db extensions [ci skip] --- activerecord/CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'activerecord/CHANGELOG.md') diff --git a/activerecord/CHANGELOG.md b/activerecord/CHANGELOG.md index f8931677ed..55fa9cae81 100644 --- a/activerecord/CHANGELOG.md +++ b/activerecord/CHANGELOG.md @@ -1,5 +1,10 @@ ## Rails 4.0.0 (unreleased) ## +* Schema dumper supports dumping the enabled database extensions to `schema.rb` + (currently only supported by postgresql). + + *Justin George* + * The `DATABASE_URL` environment variable now converts ints, floats, and the strings true and false to Ruby types. For example, SQLite requires that the timeout value is an integer, and PostgreSQL requires that the -- cgit v1.2.3