Update databasers/ruby-activerecord32 to 3.2.3.

## Rails 3.2.3 (unreleased) ##

*   Added find_or_create_by_{attribute}! dynamic method. *Andrew White*

*   Whitelist all attribute assignment by default. Change the default for newly generated applications to whitelist all attribute assignment.  Also update the generated model classes so users are reminded of the importance of attr_accessible. *NZKoz*

*   Update ActiveRecord::AttributeMethods#attribute_present? to return false for empty strings. *Jacobkg*

*   Fix associations when using per class databases. *larskanis*

*   Revert setting NOT NULL constraints in add_timestamps *fxn*

*   Fix mysql to use proper text types. Fixes #3931. *kennyj*

*   Fix #5069 - Protect foreign key from mass assignment through association builder. *byroot*
This commit is contained in:
taca 2012-04-29 12:58:23 +00:00
parent b810a1e4e2
commit 7090117dce
2 changed files with 6 additions and 6 deletions

View file

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.1.1.1 2012/03/18 06:49:06 taca Exp $
# $NetBSD: Makefile,v 1.2 2012/04/29 12:58:23 taca Exp $
DISTNAME= activerecord-${RUBY_RAILS_VERSION}
CATEGORIES= databases
@ -11,7 +11,7 @@ LICENSE= mit
# Comment out dependency in gemspec but already depends indirectly one.
#DEPENDS+= ${RUBY_ACTIVESUPPORT_DEPENDS}
DEPENDS+= ${RUBY_ACTIVEMODEL_DEPENDS}
DEPENDS+= ${RUBY_PKGPREFIX}-arel>=3.0.2<3.3:../../databases/ruby-arel
DEPENDS+= ${RUBY_PKGPREFIX}-arel>=3.0.2<3.1:../../databases/ruby-arel
DEPENDS+= ${RUBY_PKGPREFIX}-tzinfo>=0.3.29<0.4:../../time/ruby-tzinfo
RUBY_RAILS_SUPPORTED= 32

View file

@ -1,5 +1,5 @@
$NetBSD: distinfo,v 1.1.1.1 2012/03/18 06:49:06 taca Exp $
$NetBSD: distinfo,v 1.2 2012/04/29 12:58:23 taca Exp $
SHA1 (activerecord-3.2.2.gem) = 2452c32407a2ce745297dc885e24b80059619235
RMD160 (activerecord-3.2.2.gem) = 76b6ca9a993e43a6e8241c5e823ca2a23a6c005d
Size (activerecord-3.2.2.gem) = 386048 bytes
SHA1 (activerecord-3.2.3.gem) = a9810e79d720994abbe24aded2bcb783bb1649b4
RMD160 (activerecord-3.2.3.gem) = a41a3db2ef198b231846d1169b6c105af576a22c
Size (activerecord-3.2.3.gem) = 387072 bytes