From ab9e4c0eaacba34c9f1d16cf34c82e0e906edad5 Mon Sep 17 00:00:00 2001 From: Jeremy Kemper Date: Mon, 17 Dec 2007 18:54:55 +0000 Subject: Ruby 1.9 compatibility. References #1689. git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@8431 5ecf4fe2-1ee6-0310-87b1-e25e094e27de --- railties/CHANGELOG | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'railties/CHANGELOG') diff --git a/railties/CHANGELOG b/railties/CHANGELOG index 1dc848bfb8..1eec091371 100644 --- a/railties/CHANGELOG +++ b/railties/CHANGELOG @@ -1,3 +1,8 @@ +*SVN* + +* Ruby 1.9 compatibility. #1689 [Cheah Chu Yeow] + + *2.0.2* (December 16th, 2007) * Changed the default database from mysql to sqlite3, so now running "rails myapp" will have a config/database.yml that's setup for SQLite3 (which in OS X Leopard is installed by default, so is the gem, so everything Just Works with no database configuration at all). To get a Rails application preconfigured for MySQL, just run "rails -d mysql myapp" [DHH] -- cgit v1.2.3