diff options
author | minskim <minskim@pkgsrc.org> | 2007-10-16 03:05:38 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2007-10-16 03:05:38 +0000 |
commit | 8f8189e20a1e0d1803f8a0f0ed61fb242abf907d (patch) | |
tree | b000686b259522f236f9aa42a4f7ae4a6c0d5e30 /databases/ruby-activerecord | |
parent | 46b91005818f94d480eb720cc2e322935762c138 (diff) | |
download | pkgsrc-8f8189e20a1e0d1803f8a0f0ed61fb242abf907d.tar.gz |
Update ruby-activerecord to 1.15.5.
Changes:
* Depend on Action Pack 1.4.4
* Fix #count on a has_many :through association so that it recognizes the
:uniq option. Closes #8801 [lifofifo]
* Don't clobber includes passed to has_many.count [danger]
* Make sure has_many uses :include when counting [danger]
* Save associated records only if the association is already loaded. #8713
* Changing the :default Date format doesn't break date quoting. #6312
* Allow nil serialized attributes with a set class constraint. #7293
* belongs_to assignment creates a new proxy rather than modifying its target
in-place. #8412 [mmangino@elevatedrails.com]
* Fix column type detection while loading fixtures. Closes #7987 [roderickvd]
* Document deep eager includes. #6267 [Josh Susser, Dan Manges]
* Oracle: extract column length for CHAR also. #7866 [ymendel]
* Small additions and fixes for ActiveRecord documentation. Closes #7342
* SQLite: binary escaping works with $KCODE='u'. #7862 [tsuka]
* Improved cloning performance by relying less on exception raising #8159
Diffstat (limited to 'databases/ruby-activerecord')
-rw-r--r-- | databases/ruby-activerecord/Makefile | 8 | ||||
-rw-r--r-- | databases/ruby-activerecord/distinfo | 8 |
2 files changed, 8 insertions, 8 deletions
diff --git a/databases/ruby-activerecord/Makefile b/databases/ruby-activerecord/Makefile index 56394a8cbb9..58decace53d 100644 --- a/databases/ruby-activerecord/Makefile +++ b/databases/ruby-activerecord/Makefile @@ -1,16 +1,16 @@ -# $NetBSD: Makefile,v 1.9 2007/03/17 11:05:15 minskim Exp $ +# $NetBSD: Makefile,v 1.10 2007/10/16 03:05:38 minskim Exp $ -DISTNAME= activerecord-1.15.3 +DISTNAME= activerecord-1.15.5 PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME} CATEGORIES= databases ruby -MASTER_SITES= http://rubyforge.org/frs/download.php/18406/ +MASTER_SITES= http://rubyforge.org/frs/download.php/26551/ EXTRACT_SUFX= .tgz MAINTAINER= minskim@NetBSD.org HOMEPAGE= http://rubyforge.org/projects/activerecord/ COMMENT= Object-relation mapping put on rails -DEPENDS+= ${RUBY_PKGPREFIX}-activesupport>=1.4.2:../../devel/ruby-activesupport +DEPENDS+= ${RUBY_PKGPREFIX}-activesupport>=1.4.4:../../devel/ruby-activesupport NO_BUILD= yes NO_CONFIGURE= yes diff --git a/databases/ruby-activerecord/distinfo b/databases/ruby-activerecord/distinfo index 050619ea7f1..1857cdec39c 100644 --- a/databases/ruby-activerecord/distinfo +++ b/databases/ruby-activerecord/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.9 2007/03/17 11:05:15 minskim Exp $ +$NetBSD: distinfo,v 1.10 2007/10/16 03:05:39 minskim Exp $ -SHA1 (activerecord-1.15.3.tgz) = 0cd2500019d0a5a9cd7a55357289f739cc43b2df -RMD160 (activerecord-1.15.3.tgz) = 5b183ed26f678ba7d516c95556e2ac3a24a0b4c1 -Size (activerecord-1.15.3.tgz) = 407840 bytes +SHA1 (activerecord-1.15.5.tgz) = ca59be0a54b83795f3e05253f06fe802ff9f2036 +RMD160 (activerecord-1.15.5.tgz) = b807365e653767c35c89a4b027d2e6db8660c5b7 +Size (activerecord-1.15.5.tgz) = 430076 bytes |