./databases/ruby-activerecord, Object-relation mapping put on rails

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: pkgsrc-2011Q2, Version: 2.3.12, Package name: ruby18-activerecord-2.3.12, Maintainer: minskim

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.


Required to run:
[devel/ruby-activesupport] [lang/ruby18-base] [misc/rubygems]

Required to build:
[misc/rubygems]

Master sites:

SHA1: baf4202d6f10869d3419713d63f5aea68c9f5d7e
RMD160: dfcc5970e0297139f232a79802e49c0bcf561ca4
Filesize: 1013 KB

Version history: (Expand)