diff options
author | taca <taca> | 2011-05-10 14:13:07 +0000 |
---|---|---|
committer | taca <taca> | 2011-05-10 14:13:07 +0000 |
commit | 9a13c5d8b7a370dc9e266b410c4e8554c89fbdf3 (patch) | |
tree | f02aba2045ec502db4f4023bff63248aca3ef2b0 /databases | |
parent | aab8be8e27646cd97074dec670424babfdca5d3b (diff) | |
download | pkgsrc-9a13c5d8b7a370dc9e266b410c4e8554c89fbdf3.tar.gz |
Update ruby-activerecord3 package to 3.0.7.
*Rails 3.0.7 (April 18, 2011)*
* Destroying records via nested attributes works independent of reject_if LH #6006 [Durran Jordan]
* Delegate any? and many? to Model.scoped for consistency [Andrew White]
* Quote the ORDER BY clause in batched finds - fixes #6620 [Andrew White]
* Change exists? so records are not instantiated - fixes #6127. This prevents after_find
and after_initialize callbacks being triggered when checking for record existence.
[Andrew White]
* Fix performance bug with attribute accessors which only occurred on Ruby 1.8.7, and ensure we
cache type-casted values when the column returned from the db contains non-standard chars.
[Jon Leighton]
* Fix a performance regression introduced here 86acbf1cc050c8fa8c74a10c735e467fb6fd7df8
related to read_attribute method [Stian Grytyr]
Diffstat (limited to 'databases')
-rw-r--r-- | databases/ruby-activerecord3/distinfo | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/databases/ruby-activerecord3/distinfo b/databases/ruby-activerecord3/distinfo index f3152c61268..dc3978e7378 100644 --- a/databases/ruby-activerecord3/distinfo +++ b/databases/ruby-activerecord3/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.5 2011/04/06 13:27:01 taca Exp $ +$NetBSD: distinfo,v 1.6 2011/05/10 14:13:07 taca Exp $ -SHA1 (activerecord-3.0.6.gem) = 3b392e811ba342a5bf430d89cf4f060d119aba64 -RMD160 (activerecord-3.0.6.gem) = e6f71f6726f4653023a6e5da70bdf8e9db3193c9 -Size (activerecord-3.0.6.gem) = 343040 bytes +SHA1 (activerecord-3.0.7.gem) = 25ff07f49129ccd405c95047b41e6717e95f9471 +RMD160 (activerecord-3.0.7.gem) = a56dbf90182bb718ffab5250206f073d503abf0b +Size (activerecord-3.0.7.gem) = 343552 bytes |