aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/locking/pessimistic.rb
Commit message (Expand)AuthorAgeFilesLines
* Fix example for database-specific locking clauseGannon McGibbon2018-10-301-3/+3
* Merge pull request #30956 from CJStadler/with-lock-changed-deprecationRafael França2018-03-281-1/+1
* Rase when calling `lock!` in a dirty recordRafael Mendonça França2017-10-231-4/+5
* Update links to use https instead of http [ci skip]Yoshiyuki Hirano2017-08-221-1/+1
* Change http postgresql.org links to https [ci skip]yuuji.yaginuma2017-07-301-1/+1
* Use frozen-string-literal in ActiveRecordKir Shatrov2017-07-191-0/+2
* Revert "Merge pull request #29540 from kirs/rubocop-frozen-string"Matthew Draper2017-07-021-1/+0
* Enforce frozen string in RubocopKir Shatrov2017-07-011-0/+1
* Deprecate locking of dirty recordsMarc Schütz2017-02-071-1/+10
* 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