diff options
author | taca <taca@pkgsrc.org> | 2012-07-31 12:53:46 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2012-07-31 12:53:46 +0000 |
commit | e1f434b4011f01a60c849e620f6e33739ac0f025 (patch) | |
tree | d48b5f79565fd4c75397683780e05801b44f6bf7 | |
parent | 52fc5acc6cf5d3b218396fb69ee84fbe86d39f60 (diff) | |
download | pkgsrc-e1f434b4011f01a60c849e620f6e33739ac0f025.tar.gz |
Update ruby-activerecord32 to 3.2.7.
## Rails 3.2.7 (unreleased) ##
* `:finder_sql` and `:counter_sql` options on collection associations
are deprecated. Please transition to using scopes.
*Jon Leighton*
* `:insert_sql` and `:delete_sql` options on `has_and_belongs_to_many`
associations are deprecated. Please transition to using `has_many
:through`
*Jon Leighton*
* `composed_of` has been deprecated. You'll have to write your own accessor
and mutator methods if you'd like to use value objects to represent some
portion of your models.
*Steve Klabnik*
* `update_attribute` has been deprecated. Use `update_column` if
you want to bypass mass-assignment protection, validations, callbacks,
and touching of updated_at. Otherwise please use `update_attributes`.
*Steve Klabnik*
-rw-r--r-- | databases/ruby-activerecord32/distinfo | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/databases/ruby-activerecord32/distinfo b/databases/ruby-activerecord32/distinfo index 5894e0c763f..0e4571020bb 100644 --- a/databases/ruby-activerecord32/distinfo +++ b/databases/ruby-activerecord32/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.4 2012/06/13 15:16:50 taca Exp $ +$NetBSD: distinfo,v 1.5 2012/07/31 12:53:46 taca Exp $ -SHA1 (activerecord-3.2.6.gem) = dbca1a7d6e48395dd7a804d3e08422bc332a1e08 -RMD160 (activerecord-3.2.6.gem) = 3d41cf81deb3348b3d5cf4fb52b518bccae711d9 -Size (activerecord-3.2.6.gem) = 388608 bytes +SHA1 (activerecord-3.2.7.gem) = ae860da2fb04cbfb113a061697299c4b28c3c167 +RMD160 (activerecord-3.2.7.gem) = 1dc8e6db98311e25daea27253e4480a53e89c783 +Size (activerecord-3.2.7.gem) = 389632 bytes |