pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/databases/ruby-activerecord52



Module Name:    pkgsrc
Committed By:   taca
Date:           Fri Mar 20 15:41:33 UTC 2020

Modified Files:
        pkgsrc/databases/ruby-activerecord52: distinfo

Log Message:
databases/ruby-activerecord52: update to 5.2.4.2

Update ruby-activerecord52 to 5.2.4.2.

## Rails 5.2.4.1 (December 18, 2019) ##

*   No changes.

## Rails 5.2.4 (November 27, 2019) ##

*   Fix circular `autosave: true` causes invalid records to be saved.

    Prior to the fix, when there was a circular series of `autosave: true`
    associations, the callback for a `has_many` association was run while
    another instance of the same callback on the same association hadn't
    finished running. When control returned to the first instance of the
    callback, the instance variable had changed, and subsequent associated
    records weren't saved correctly. Specifically, the ID field for the
    `belongs_to` corresponding to the `has_many` was `nil`.

    Fixes #28080.

    *Larry Reid*

*   PostgreSQL: Fix GROUP BY with ORDER BY virtual count attribute.

    Fixes #36022.

    *Ryuta Kamizono*

*   Fix sqlite3 collation parsing when using decimal columns.

    *Martin R. Schuster*

*   Make ActiveRecord `ConnectionPool.connections` method thread-safe.

    Fixes #36465.

    *Jeff Doering*

*   Assign all attributes before calling `build` to ensure the child record is visible in
    `before_add` and `after_add` callbacks for `has_many :through` associations.

    Fixes #33249.

    *Ryan H. Kerr*


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/databases/ruby-activerecord52/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/databases/ruby-activerecord52/distinfo
diff -u pkgsrc/databases/ruby-activerecord52/distinfo:1.2 pkgsrc/databases/ruby-activerecord52/distinfo:1.3
--- pkgsrc/databases/ruby-activerecord52/distinfo:1.2   Sun Apr 14 10:33:31 2019
+++ pkgsrc/databases/ruby-activerecord52/distinfo       Fri Mar 20 15:41:33 2020
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.2 2019/04/14 10:33:31 taca Exp $
+$NetBSD: distinfo,v 1.3 2020/03/20 15:41:33 taca Exp $
 
-SHA1 (activerecord-5.2.3.gem) = a2392eac105b99970b2376773ad17f383415de15
-RMD160 (activerecord-5.2.3.gem) = 68bea6c9826a4b009aa7946ac6753c3291102a96
-SHA512 (activerecord-5.2.3.gem) = 838d2fa5ec29022683b94173015e7db672a147305a6dd7745120a66ff4626af9ce3d746a73ac0b918d32af9e069831aa43358e99edd996fa23ebc2517a338b65
-Size (activerecord-5.2.3.gem) = 357376 bytes
+SHA1 (activerecord-5.2.4.2.gem) = 61fcf0ae09b1278c6e29affc307e318f83912301
+RMD160 (activerecord-5.2.4.2.gem) = 9b99bd36fa5a302b79a9b2c9ce7108a5f7cd55c0
+SHA512 (activerecord-5.2.4.2.gem) = e4c74986558a28298d5180fa92a79350bada6af42403a5b47260e2c891d47fd7928fbdb52cc61f4fcca05561dbd0099cc543cc14f376030e061e353b421f7fff
+Size (activerecord-5.2.4.2.gem) = 358400 bytes



Home | Main Index | Thread Index | Old Index