summaryrefslogtreecommitdiff
path: root/databases
diff options
context:
space:
mode:
authortaca <taca@pkgsrc.org>2020-03-20 15:41:33 +0000
committertaca <taca@pkgsrc.org>2020-03-20 15:41:33 +0000
commit72b9e1613e0f24f8ad72bc61d9638b2f0d1e112b (patch)
treeacd8ab642e74df88d490f875e58e164ed30452ad /databases
parentb675861622d799f21a9ecb7fdaa0a9c069e4ab65 (diff)
downloadpkgsrc-72b9e1613e0f24f8ad72bc61d9638b2f0d1e112b.tar.gz
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*
Diffstat (limited to 'databases')
-rw-r--r--databases/ruby-activerecord52/distinfo10
1 files changed, 5 insertions, 5 deletions
diff --git a/databases/ruby-activerecord52/distinfo b/databases/ruby-activerecord52/distinfo
index 76d1f48671f..43e0e193eb9 100644
--- a/databases/ruby-activerecord52/distinfo
+++ b/databases/ruby-activerecord52/distinfo
@@ -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