aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/locking
Commit message (Expand)AuthorAgeFilesLines
* Partial updates include only unsaved attributes. Off by default; set YourClas...Jeremy Kemper2008-03-311-3/+6
* Ensure optimistic locking handles nil #lock_version values properly. Closes ...Rick Olson2007-12-151-1/+1
* attr_readonly behaves well with optimistic locking. Closes #10188.Jeremy Kemper2007-11-161-1/+1
* Optimistic locking: revert the lock version when an update fails. Closes #784...Jeremy Kemper2007-05-251-16/+23
* Provide brief introduction to what optimistic locking is. Closes #8097. [fear...Marcel Molina2007-05-061-0/+10
* Consistent public/protected/private visibility for chained methods. Closes #7...Jeremy Kemper2007-03-131-28/+28
* Made increment_counter/decrement_counter play nicely with optimistic locking,...Jamis Buck2007-02-071-2/+23
* Don't create instance writer methods for class attributes. Closes #7401 [Rick]Rick Olson2007-01-281-1/+1
* Backed out of new_record? to new? transformation as it would screw up existin...David Heinemeier Hansson2006-09-051-1/+1
* Deprecated ActiveRecord::Base.new_record? in favor of ActiveRecord::Base.new?...David Heinemeier Hansson2006-09-051-1/+1
* Rename quote to quote_value so the name can be used in AR models. #3628 [Koz]Michael Koziarski2006-09-041-2/+2
* Optimistic locking: gracefully handle nil versions, treat as zero. Closes #5908.Jeremy Kemper2006-09-041-0/+17
* r4664@asus: jeremy | 2006-06-19 18:55:36 -0700Jeremy Kemper2006-06-202-0/+166