Name: | rh-ror50-rubygem-activerecord |
---|---|
Epoch: | 1 |
Version: | 5.0.1 |
Release: | 4.el7 |
Architecture: | noarch |
Group: | Development/Languages |
Size: | 1361913 |
License: | MIT |
RPM: | rh-ror50-rubygem-activerecord-5.0.1-4.el7.noarch.rpm |
Source RPM: | rh-ror50-rubygem-activerecord-5.0.1-4.el7.src.rpm |
Build Date: | Mon Jun 12 2017 |
Build Host: | x86-ol7-builder-01.us.oracle.com |
Vendor: | Oracle America |
URL: | http://rubyonrails.org |
Summary: | Object-relational mapper framework (part of Rails) |
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. |
- Fix unstable ReflectionTest#test_read_attribute_names test.
- Update to Active Record 5.0.1. - Fix warnings: Fixnum and Bignum are deprecated in Ruby trunk
- Fix for CVE-2016-6317 Resolves: rhbz#1365017 - Improve tests not to accept the failures
- Make build fail on tests failure - Lower accepted test failures to 2
- Update to 4.2.6
- Update to 4.2.5.1
- Fix possible input validation circumvention - rhbz#1301973 - Resolves: CVE-2016-0753 - Nested attributes rejection proc bypass - rhbz#1301957 - Resolves: CVE-2015-7577
- Update to 4.1.5
- Fix CVE-2014-3514: vulnerability in the create_with - Resolves: rhbz#1133531
- Fix CVE-2014-3483 regression - Related: rhbz#1115336