← Graph

Last-Write-Wins

concept 1 connections

Simple conflict-resolution strategy for concurrent edits: the latest-timestamped write wins and earlier changes are not applied even if they synchronize later. Used by Logux as its automatic merge strategy. The logux-rails gem provides a helper that tracks per-field update times via a dedicated JSON column to implement this for Rails models.

category
pattern
about
Last-Write-Wins concept
Explains Logux's automatic conflict resolution strategy.

Provenance

Created in
Optimistic UI with Logux — wroclove.rb 2019 2026-04-17 21:46
Read by
2 extractions