From 4addc99d19b47c25af6d26ab0a933db9a29b7ae8 Mon Sep 17 00:00:00 2001 From: Arun Agrawal Date: Sat, 7 May 2011 21:24:21 +0530 Subject: [PATCH] Updated change log for jdbc* adapters template. --- railties/CHANGELOG | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/railties/CHANGELOG b/railties/CHANGELOG index 0def5bcf6c..21666103de 100644 --- a/railties/CHANGELOG +++ b/railties/CHANGELOG @@ -1,5 +1,17 @@ *Rails 3.1.0 (unreleased)* +* Fixed database tasks for jdbc* adapters #jruby + + [Rashmi Yadav] + +* Template generation for jdbcpostgresql #jruby + + [Vishnu Atrai] + +* Template generation for jdbcmysql and jdbcsqlite3 #jruby + + [Arun Agrawal] + * The -j option of the application generator accepts an arbitrary string. If passed "foo", the gem "foo-rails" is added to the Gemfile, and the application JavaScript manifest requires "foo" and "foo_ujs". As of this writing "prototype-rails" and "jquery-rails"