Closed sidane closed 7 months ago
@sunitparekh would it be possible to get a review of this at your earliest convenience?
It will help me unblock a Rails 7.1 upgrade 🙏
Many thanks @sunitparekh. Will you be releasing an updated gem?
Yes, give me a day.
On Wed, Mar 20, 2024 at 3:33 PM sidane @.***> wrote:
Many thanks @sunitparekh https://github.com/sunitparekh. Will you be releasing an updated gem?
— Reply to this email directly, view it on GitHub https://github.com/sunitparekh/data-anonymization/pull/86#issuecomment-2009179242, or unsubscribe https://github.com/notifications/unsubscribe-auth/AABLNOS7DRXDPDW6FKOSGF3YZFNIDAVCNFSM6AAAAABE6DCRUKVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDAMBZGE3TSMRUGI . You are receiving this because you were mentioned.Message ID: @.***>
-- thanks & regards, Sunit Parekh +91 99237 00662 @.***
Done.. published !!!
On Wed, Mar 20, 2024 at 4:46 PM Sunit Parekh @.***> wrote:
Yes, give me a day.
On Wed, Mar 20, 2024 at 3:33 PM sidane @.***> wrote:
Many thanks @sunitparekh https://github.com/sunitparekh. Will you be releasing an updated gem?
— Reply to this email directly, view it on GitHub https://github.com/sunitparekh/data-anonymization/pull/86#issuecomment-2009179242, or unsubscribe https://github.com/notifications/unsubscribe-auth/AABLNOS7DRXDPDW6FKOSGF3YZFNIDAVCNFSM6AAAAABE6DCRUKVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDAMBZGE3TSMRUGI . You are receiving this because you were mentioned.Message ID: @.***>
-- thanks & regards, Sunit Parekh +91 99237 00662 @.***
-- thanks & regards, Sunit Parekh +91 99237 00662 @.***
Thank you @sunitparekh 🙏
This includes removing composite_primary_keys gems as a dependency. ActiveRecord 7.1 now has built-in support for composite primary keys.
The only change this required was calling ActiveRecord's
primary_key
class method instead of composite_primary_keys'sprimary_keys
method.