You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
catstodon/app
Jean Boussier 03a96ba2e1 Workaround the ActiveRecord / Marshal serialization bug on Ruby 3.2
Fix: https://github.com/mastodon/mastodon/issues/23644

As mentioned on that other thread, the issue arise when a `Status`
is created with SHAPE_TOO_COMPLEX making the instance variable ordering
unpredictable.

But we can sidestep that issue using code inspired from Shopify/paquito.

I added some code in the test environment initializer to cause this
issue to be reproduced and prove this change fixes it.

This code is also easily converted into a monkey patch.
1 year ago
..
chewy Revert reverting "Change algorithm of `tootctl search deploy` to improve performance (#18463)". 2 years ago
controllers Workaround the ActiveRecord / Marshal serialization bug on Ruby 3.2 1 year ago
helpers Merge branch 'main' into glitch-soc/merge-upstream 1 year ago
javascript Merge remote-tracking branch 'upstream/main' into develop, bump version 1 year ago
lib Merge remote-tracking branch 'upstream/main' into develop, bump version 1 year ago
mailers Add mail headers to avoid auto-replies (#23597) 1 year ago
models Merge remote-tracking branch 'upstream/main' into develop, bump version 1 year ago
policies Merge branch 'main' into glitch-soc/merge-upstream 2 years ago
presenters Remove unused InstancePresenter#sample_accounts method (#23900) 1 year ago
serializers Merge remote-tracking branch 'upstream/main' into develop 1 year ago
services Merge remote-tracking branch 'upstream/main' into develop, bump version 1 year ago
validators Merge remote-tracking branch 'upstream/main' into develop 1 year ago
views Merge remote-tracking branch 'upstream/main' into develop, bump version 1 year ago
workers Merge remote-tracking branch 'upstream/main' into develop, bump version 1 year ago