Subject: CVS commit: pkgsrc/databases/ruby-activerecord
To: None <pkgsrc-changes@NetBSD.org>
From: Min Sik Kim <minskim@netbsd.org>
List: pkgsrc-changes
Date: 04/10/2005 04:46:00
Module Name:	pkgsrc
Committed By:	minskim
Date:		Sun Apr 10 04:45:59 UTC 2005

Update of /cvsroot/pkgsrc/databases/ruby-activerecord
In directory ivanova.netbsd.org:/tmp/cvs-serv26904

Log Message:
Import ruby-activerecord.

Active Record connects business objects and database tables to create
a persistable domain model where logic and data is presented in one
wrapping.  It is an implementation of the object-relational mapping
(ORM) pattern by the same name as described by Martin Fowler:

  "An object that wraps a row in a database table or view, encapsulates
   the database access, and adds domain logic on that data."

Active Records main contribution to the pattern is to relieve the
original of two stunting problems: lack of associations and
inheritance.  By adding a simple domain language-like set of macros to
describe the former and integrating the Single Table Inheritance
pattern for the latter, Active Record narrows the gap of functionality
between the data mapper and active record approach.


Vendor Tag:	TNF
Release Tags:	pkgsrc-base
		
N pkgsrc/databases/ruby-activerecord/DESCR
N pkgsrc/databases/ruby-activerecord/distinfo
N pkgsrc/databases/ruby-activerecord/Makefile
N pkgsrc/databases/ruby-activerecord/PLIST
N pkgsrc/databases/ruby-activerecord/patches/patch-aa

No conflicts created by this import