Name: | ruby193-rubygem-activerecord |
---|---|
Epoch: | 1 |
Version: | 3.2.8 |
Release: | 8.2.el7 |
Architecture: | noarch |
Group: | Development/Languages |
Size: | 932749 |
License: | MIT |
RPM: | ruby193-rubygem-activerecord-3.2.8-8.2.el7.noarch.rpm |
Source RPM: | ruby193-rubygem-activerecord-3.2.8-8.2.el7.src.rpm |
Build Date: | Mon Jun 01 2015 |
Build Host: | x86-ol7-builder-01.us.oracle.com |
Vendor: | Oracle America |
URL: | http://www.rubyonrails.org |
Summary: | Implements the ActiveRecord pattern for ORM |
Description: | Implements the ActiveRecord pattern (Fowler, PoEAA) for ORM. It ties database tables and classes together for business objects, like Customer or Subscription, that can find, save, and destroy themselves without resorting to manual SQL. |
- Make the patch #5 apply cleanly - Related: rhbz#1115332
- Fix for CVE-2014-3482 - Resolves: rhbz#1115332
- Make the patch4 cleanly apply. - Related: rhbz#969486
- RHBZ#969448 - NULLS FIRST/LAST SQL statement fix for PostgreSQL - Resolves: rhbz#969486 - Add BR: rubygem(json), since older version of RDoc does not pull it in.
- Forget to apply the CVE-2013-1854 patch. Fixing it now.
- Fix for CVE-2013-1854.
- Fix for CVE-2013-0155.
- Fix for CVE-2012-6496.
- Update to ActiveRecord 3.2.8.
- Fixed the Require in -doc subpackage.