diff options
author | Rafael Mendonça França <rafaelmfranca@gmail.com> | 2013-02-25 12:56:54 -0300 |
---|---|---|
committer | Rafael Mendonça França <rafaelmfranca@gmail.com> | 2013-02-25 12:57:19 -0300 |
commit | d10056087c01baa6d97059ae01834099372fe681 (patch) | |
tree | 519c41cdca339871b1d7e53237aea25c30e6af3d /activerecord | |
parent | d8dd965764ac6647a8f9befa279c468f67703a3a (diff) | |
download | rails-d10056087c01baa6d97059ae01834099372fe681.tar.gz rails-d10056087c01baa6d97059ae01834099372fe681.tar.bz2 rails-d10056087c01baa6d97059ae01834099372fe681.zip |
New CHANGELOG entries always on top [ci skip]
Diffstat (limited to 'activerecord')
-rw-r--r-- | activerecord/CHANGELOG.md | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/activerecord/CHANGELOG.md b/activerecord/CHANGELOG.md index 6f7d968125..195b427449 100644 --- a/activerecord/CHANGELOG.md +++ b/activerecord/CHANGELOG.md @@ -1,5 +1,9 @@ ## Rails 4.0.0.beta1 (February 25, 2013) ## +* Fix overriding of attributes by default_scope on `ActiveRecord::Base#dup`. + + *Hiroshige UMINO* + * Fixing issue #8345. Now throwing an error when one attempts to touch a new object that has not yet been persisted. For instance: @@ -181,10 +185,6 @@ *Justin George* -* Fix overriding of attributes by default_scope on `ActiveRecord::Base#dup`. - - *Hiroshige UMINO* - * The database adpters now converts the options passed thought `DATABASE_URL` environment variable to the proper Ruby types before using. For example, SQLite requires that the timeout value is an integer, and PostgreSQL requires that the |