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

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


Branch: pkgsrc-2010Q4, Version: 2.3.11, Package name: ruby18-activerecord-2.3.11, 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:
[lang/ruby18-base] [devel/ruby-activesupport] [misc/rubygems]

Required to build:
[misc/rubygems]

Master sites:

SHA1: 3e3733cc8242cd80041ff7b3342c421ea76baa4b
RMD160: 1d62643e45ea92056d0dcf7a2c96b344abb310ac
Filesize: 558 KB

Version history: (Expand)


CVS history: (Expand)


   2011-02-14 19:26:33 by S.P.Zeidler | Files touched by this commit (14) | Package updated
Log message:
Pullup ticket 3353 - requested by taca
security update

Revisions pulled up:
- pkgsrc/databases/ruby-activerecord/Makefile     1.21
- pkgsrc/databases/ruby-activerecord/distinfo     1.21
- pkgsrc/devel/ruby-activesupport/Makefile        1.24
- pkgsrc/devel/ruby-activesupport/distinfo        1.21
- pkgsrc/mail/ruby-actionmailer/Makefile          1.19
- pkgsrc/mail/ruby-actionmailer/distinfo          1.20
- pkgsrc/www/ruby-actionpack/Makefile             1.22
- pkgsrc/www/ruby-actionpack/distinfo             1.22
- pkgsrc/www/ruby-actionpack/PLIST                1.21
- pkgsrc/www/ruby-activeresource/Makefile         1.11
- pkgsrc/www/ruby-activeresource/distinfo         1.11
- pkgsrc/www/ruby-rails/Makefile                  1.2
- pkgsrc/www/ruby-rails/distinfo                  1.2

Files deleted:
pkgsrc/www/ruby-rails/patches/patch-ad

-------------------------------------------------------------------------
   Module Name:    pkgsrc
   Committed By:   taca
   Date:           Wed Feb  9 12:37:58 UTC 2011

   Modified Files:
           pkgsrc/devel/ruby-activesupport: Makefile distinfo

   Log message:
   Update ruby-activesupport package to 2.3.11.

   It is update of version only for Ruby on Rails 2.3.11 update.

   To generate a diff of this commit:
   cvs rdiff -u -r1.23 -r1.24 pkgsrc/devel/ruby-activesupport/Makefile
   cvs rdiff -u -r1.20 -r1.21 pkgsrc/devel/ruby-activesupport/distinfo

   -------------------------------------------------------------------------
   Module Name:    pkgsrc
   Committed By:   taca
   Date:           Wed Feb  9 12:39:41 UTC 2011

   Modified Files:
           pkgsrc/databases/ruby-activerecord: Makefile distinfo

   Log message:
   Update ruby-activerecord package to 2.3.11.

   * More strict dependency reflect gemspec's description.
   * It is update of version only for Ruby on Rails 2.3.11 update.

   To generate a diff of this commit:
   cvs rdiff -u -r1.20 -r1.21 pkgsrc/databases/ruby-activerecord/Makefile \
       pkgsrc/databases/ruby-activerecord/distinfo

   -------------------------------------------------------------------------
   Module Name:    pkgsrc
   Committed By:   taca
   Date:           Wed Feb  9 12:40:52 UTC 2011

   Modified Files:
           pkgsrc/www/ruby-actionpack: Makefile PLIST distinfo

   Log message:
   Update ruby-actionpack package to 2.3.11.

   * More strict dependency reflect gemspec's description.

   *2.3.11 (February 9, 2011)*

   * Two security fixes. CVE-2011-0446, CVE-2011-0447

   To generate a diff of this commit:
   cvs rdiff -u -r1.21 -r1.22 pkgsrc/www/ruby-actionpack/Makefile \
       pkgsrc/www/ruby-actionpack/distinfo
   cvs rdiff -u -r1.20 -r1.21 pkgsrc/www/ruby-actionpack/PLIST

   -------------------------------------------------------------------------
   Module Name:    pkgsrc
   Committed By:   taca
   Date:           Wed Feb  9 12:42:26 UTC 2011

   Modified Files:
           pkgsrc/mail/ruby-actionmailer: Makefile distinfo

   Log message:
   Update ruby-actionmailer package to 2.3.11.

   * More strict dependency reflect gemspec's description.
   * It is update of version only for Ruby on Rails 2.3.11 update.

   To generate a diff of this commit:
   cvs rdiff -u -r1.18 -r1.19 pkgsrc/mail/ruby-actionmailer/Makefile
   cvs rdiff -u -r1.19 -r1.20 pkgsrc/mail/ruby-actionmailer/distinfo

   -------------------------------------------------------------------------
   Module Name:    pkgsrc
   Committed By:   taca
   Date:           Wed Feb  9 12:43:09 UTC 2011

   Modified Files:
           pkgsrc/www/ruby-activeresource: Makefile distinfo

   Log message:
   Update ruby-activeresource/ package to 2.3.11.

   * More strict dependency reflect gemspec's description.
   * It is update of version only for Ruby on Rails 2.3.11 update.

   To generate a diff of this commit:
   cvs rdiff -u -r1.10 -r1.11 pkgsrc/www/ruby-activeresource/Makefile \
       pkgsrc/www/ruby-activeresource/distinfo

   -------------------------------------------------------------------------
   Module Name:    pkgsrc
   Committed By:   taca
   Date:           Wed Feb  9 12:44:07 UTC 2011

   Modified Files:
           pkgsrc/www/ruby-rails: Makefile distinfo
   Removed Files:
           pkgsrc/www/ruby-rails/patches: patch-ad

   Log message:
   Update ruby-rails package to 2.3.11.

   * More strict dependency reflect gemspec's description.
   * It is update of version only for Ruby on Rails 2.3.11 update.

   To generate a diff of this commit:
   cvs rdiff -u -r1.1.1.1 -r1.2 pkgsrc/www/ruby-rails/Makefile \
       pkgsrc/www/ruby-rails/distinfo
   cvs rdiff -u -r1.1.1.1 -r0 pkgsrc/www/ruby-rails/patches/patch-ad