Solving Ruby on Rails’ Optimistic Locking Problem with conflict_warnings(Part 2: The Solution)
Jan 6conflict_warnings is a Ruby on Rails plugin I wrote that addresses the shortcomings of optimistic locking when dealing with user actions that span multiple HTTP requests.