NOTICE: This package has been removed from pkgsrc

./databases/ruby-activerecord3, Object-relational mapper framework (part of Rails 3.0)

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ]


Branch: CURRENT, Version: 3.0.20nb1, Package name: ruby193-activerecord-3.0.20nb1, Maintainer: pkgsrc-users

= Active Record -- Object-relational mapping put on rails

Active Record connects classes to relational database tables to establish an
almost zero-configuration persistence layer for applications. The library
provides a base class that, when subclassed, sets up a mapping between the new
class and an existing table in the database. In context of an application,
these classes are commonly referred to as *models*. Models can also be
connected to other models; this is done by defining *associations*.


Required to run:
[time/ruby-tzinfo] [devel/ruby-activemodel] [lang/ruby193-base] [databases/ruby-arel20]

Master sites:

SHA1: d8fc6e02bf46f9b5f86c3a954932d67da211302b
RMD160: d0b2375d461414bb3d54122fd8e4812a4e4edac8
Filesize: 336.5 KB

Version history: (Expand)


CVS history: (Expand)


   2013-02-17 09:49:51 by Takahiro Kambe | Files touched by this commit (5) | Package removed
Log message:
Remove ruby-activerecord3.
It is part of Ruby on Rails 3.0 which isn't supported any more.
   2013-02-13 15:08:07 by Takahiro Kambe | Files touched by this commit (2)
Log message:
Correct comment in a patch file.

This change dosen't fix CVE-2013-0276 but give workaround for it.

No PKGREVISION bump.
   2013-02-12 14:23:20 by Takahiro Kambe | Files touched by this commit (3)
Log message:
Add fix for Fix for CVE-2013-0277.

Bump PKGREVISION.
   2013-01-29 16:40:43 by Takahiro Kambe | Files touched by this commit (1)
Log message:
Update ruby-activerecord3 to 3.0.20.

No change except version.
   2013-01-09 13:28:50 by Takahiro Kambe | Files touched by this commit (1)
Log message:
Update ruby-activerecord3 to 3.0.19.

## Rails 3.0.19

*   Fix querying with an empty hash *Damien Mathieu* [CVE-2013-0155]
   2012-08-12 11:47:45 by Takahiro Kambe | Files touched by this commit (1)
Log message:
Update ruby-activerecord3 to 3.0.17.

## Rails 3.0.17 (Aug 9, 2012)

* Fix type_to_sql with text and limit on mysql/mysql2 (GH #7252)
   2012-07-31 14:25:14 by Takahiro Kambe | Files touched by this commit (1)
Log message:
Update ruby-activerecord3 to 3.0.16.

## Rails 3.0.16 (Jul 26, 2012)

*   No changes.

## Rails 3.0.14 (Jun 12, 2012)

*   protect against the nesting of hashes changing the
    table context in the next call to build_from_hash. This fix
    covers this case as well.

    CVE-2012-2695
   2012-06-14 16:50:06 by Takahiro Kambe | Files touched by this commit (2)
Log message:
Update ruby-activerecord3 to 3.0.14.

pkgsrc change: add RUBY_RAILS_STRICT_DEP which will be enabled later.

## Rails 3.0.14 (Jun 12, 2012)

*   protect against the nesting of hashes changing the
    table context in the next call to build_from_hash. This fix
    covers this case as well.

    CVE-2012-2695