Bryce McLean
Bryce McLean
Hi @shao1555. I like the concept. Hopefully I will have time to review it in more detail tomorrow.
@shao1555 This is ready for your feedback.
Hi @NielsKSchjoedt. This was a proof of concept that was never completed. We left it here in case somebody wanted to pick it up again.
Also, one thing we have learned since this feature was started is that a batch size of 500 won't always work. See `entries.each_slice(500).map` While 500 is the max number of...
@NielsKSchjoedt Sure, `save_all` and a `save_all!` methods would be ok. Yes, perhaps the return values should be ActiveModel. That way validation errors can be extracted if needed. I like your...
Hi @NielsKSchjoedt. The dirty tracking is a feature that was never completed.