968e47f445
*Rails 3.0.8 (unreleased)* * Fix various problems with using :primary_key and :foreign_key options in conjunction with :through associations. [Jon Leighton] * Correctly handle inner joins on polymorphic relationships. * Fixed infinity and negative infinity cases in PG date columns. * Creating records with invalid associations via `create` or `save` will no longer raise exceptions.
19 lines
561 B
Makefile
19 lines
561 B
Makefile
# $NetBSD: Makefile,v 1.5 2011/06/11 03:22:09 taca Exp $
|
|
|
|
DISTNAME= activerecord-${RUBY_RAILS3_VERSION}
|
|
CATEGORIES= databases
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://www.rubyonrails.org/
|
|
COMMENT= Object-relational mapper framework
|
|
LICENSE= mit
|
|
|
|
RUBY_RAILS= 3
|
|
|
|
#DEPENDS+= ${RUBY_ACTIVESUPPORT_DEPENDS}
|
|
DEPENDS+= ${RUBY_ACTIVEMODEL_DEPENDS}
|
|
DEPENDS+= ${RUBY_PKGPREFIX}-arel>=2.0.10<2.1:../../databases/ruby-arel
|
|
#DEPENDS+= ${RUBY_PKGPREFIX}-tzinfo>=0.3.23<0.4:../../time/ruby-tzinfo
|
|
|
|
.include "../../lang/ruby/gem.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|