From 24c3599cc0f9987d48f2f1c4fe85fc84a6be3d31 Mon Sep 17 00:00:00 2001 From: Sam Stephenson Date: Thu, 13 Oct 2005 04:12:32 +0000 Subject: Support using different database adapters for development and test with ActiveRecord::Base.schema_format = :ruby git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@2549 5ecf4fe2-1ee6-0310-87b1-e25e094e27de --- railties/CHANGELOG | 2 ++ 1 file changed, 2 insertions(+) (limited to 'railties/CHANGELOG') diff --git a/railties/CHANGELOG b/railties/CHANGELOG index ae5086f43b..44b349e68f 100644 --- a/railties/CHANGELOG +++ b/railties/CHANGELOG @@ -1,5 +1,7 @@ *SVN* +* Support using different database adapters for development and test with ActiveRecord::Base.schema_format = :ruby [Sam Stephenson] + * Make webrick work with session(:off) * Add --version, -v option to the Rails command. Closes #1840. [stancell] -- cgit v1.2.3