diff options
author | José Valim <jose.valim@gmail.com> | 2011-05-07 09:01:36 -0700 |
---|---|---|
committer | José Valim <jose.valim@gmail.com> | 2011-05-07 09:01:36 -0700 |
commit | 45aec460d4fd83098fcc0a4889a590320a10e1ca (patch) | |
tree | d50300fcaed7556c49d667c2e40da13e440ddb19 | |
parent | ba23bf43f224845d38b2483d68c0daf698a1c512 (diff) | |
parent | 4addc99d19b47c25af6d26ab0a933db9a29b7ae8 (diff) | |
download | rails-45aec460d4fd83098fcc0a4889a590320a10e1ca.tar.gz rails-45aec460d4fd83098fcc0a4889a590320a10e1ca.tar.bz2 rails-45aec460d4fd83098fcc0a4889a590320a10e1ca.zip |
Merge pull request #434 from arunagw/changelog_doc
Updated changelog for jdbc* adapters template.
-rw-r--r-- | railties/CHANGELOG | 12 |
1 files changed, 12 insertions, 0 deletions
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" |