aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/locking/pessimistic.rb
Commit message (Expand)AuthorAgeFilesLines
* modernizes hash syntax in activerecordXavier Noria2016-08-061-1/+1
* Updated MySQL documentation link to MySQL latest version 5.7 everywhere [ci s...amitkumarsuroliya2015-09-101-1/+1
* Update old link in pessimistic.rb commentsAlexander Leishman2015-03-181-1/+1
* [ci skip] avoid deprecation warning in sample codesue4452013-10-181-3/+3
* Fix word order in documentation for with_lockPedro Fayolle2013-05-301-1/+1
* remove meaningless use of Relation#allAkira Matsuda2013-01-031-1/+1
* 1.9 Syntax related changesAvnerCohen2012-11-101-3/+3
* Add ActiveRecord::Base#with_lockOlek Janiszewski2012-01-181-0/+22
* Closes GH #1032John Paul Ashenfelter2011-05-191-1/+1
* Better doc styling in ActiveRecord::LockingSebastian Martinez2011-05-171-2/+2
* remove some blanksPaco Guzman2011-03-111-3/+3
* fixed broken link to postgresql docsSergii Boiko2011-02-151-1/+1
* use persisted? instead of new_record? wherever possibleDavid Chelimsky2010-11-091-1/+1
* Use new finders syntax in docs.Emilio Tagua2010-09-011-3/+3
* Removed the copyright notice not to show it in the result of 'ri ActiveRecord'.Shugo Maeda2009-09-111-22/+0
* Improve documentation coverage and markupXavier Noria2008-05-021-2/+2
* 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
* r4664@asus: jeremy | 2006-06-19 18:55:36 -0700Jeremy Kemper2006-06-201-0/+77