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
This commit is contained in:
minskim 2007-10-16 03:05:38 +00:00
parent 46b9100581
commit 8f8189e20a
2 changed files with 8 additions and 8 deletions

View file

@ -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

View file

@ -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