aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/cases/locking_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Add more rubocop rules about whitespacesRafael Mendonça França2016-10-291-1/+1
* Added ability update locking_column valuebogdanvlviv2016-10-211-0/+76
* Fixed: Optimistic locking does not work well with null in the databasebogdanvlviv2016-10-211-11/+55
* Clear attribute changes after handling lockingJakob Skjerning2016-09-141-0/+1
* Add `Style/EmptyLines` in `.rubocop.yml` and remove extra empty linesRyuta Kamizono2016-08-071-1/+0
* normalizes indentation and whitespace across the projectXavier Noria2016-08-061-23/+23
* modernizes hash syntax in activerecordXavier Noria2016-08-061-12/+12
* applies new string literal convention in activerecord/testXavier Noria2016-08-061-53/+53
* Followup of #15771Vipul A M2016-04-241-0/+6
* Fix tests failure with `prepared_statements: false`Ryuta Kamizono2016-02-291-1/+1
* Fix test failures caused by 574f255Sean Griffin2015-12-141-1/+1
* Fix the test that was broken by #16445 rather than deleting itSean Griffin2015-07-191-0/+12
* Fix counter_cache for polymorphic associationsStefan Kanev2015-07-191-12/+0
* Raise StaleObjectError if touched object is stale and locking is enabledMehmet Emin İNAÇ2015-04-191-0/+10
* Closes rails/rails#18864: Renaming transactional fixtures to transactional testsBrandon Weiss2015-03-161-3/+3
* Properly persist `lock_version` as 0 if the DB has no defaultSean Griffin2015-01-091-2/+4
* Go through normal `update_all` logic when updating lock columnsSean Griffin2014-12-261-2/+0
* Dynamically modified schema and association would not be correctly resetAkira Matsuda2014-09-061-16/+9
* Reset schema properly after schema changing testAkira Matsuda2014-08-281-0/+2
* Don't mess with `column_defaults` when optimistic locking is enabledSean Griffin2014-06-171-0/+7
* Remove deprecated method ActiveRecord::Base.quoted_locking_columnAkshay Vishnoi2014-06-101-4/+0
* Remove dead test code for unsupported adaptersSean Griffin2014-05-171-3/+1
* Correctly send the string given to lock! and reload(:lock) to the lock scope ...Mauricio Linhares2014-01-291-0/+11
* Deprecate unused quoted_locking_column method.kennyj2013-09-241-0/+4
* Tidy up the "Specified column type for quote_value" changesBen Woosley2013-07-221-1/+0
* Specified column type for quote_valueAlfred Wong2013-07-221-0/+13
* Reset @column_defaults when assigning .kennyj2013-07-141-0/+1
* Do not invoke callbacks when delete_all is calledNeeraj Singh2013-06-301-0/+1
* indentationAaron Patterson2013-06-111-1/+1
* Fix ActiveRecord locking column defaults not getting persistedAaron Pfeifer2013-03-181-0/+8
* remove ancient TODOs [ci skip].Yves Senn2013-03-181-3/+0
* Rename update_attributes method to update, keep update_attributes as an aliasAmparo Luna + Guillermo Iguaran2013-01-031-1/+1
* Use a model without counter cache to test read-only attributesRafael Mendonça França2012-08-211-9/+10
* removed deprecation warningsAndrey Deryabin2012-04-281-2/+2
* remove calls to find(:first), find(:last) and find(:all)Jon Leighton2012-04-261-1/+1
* remove tests for #with_scope (it's now deprecated)Jon Leighton2012-04-251-11/+0
* fix testJon Leighton2012-03-301-1/+2
* whitespace :scissors:Jon Leighton2012-03-301-4/+3
* Tests for removing a HABTM association when optimistic locking is enabled.Nick Rogers2012-03-071-1/+11
* Add ActiveRecord::Base#with_lockOlek Janiszewski2012-01-181-0/+20
* removed unnecessary +1 from assert_difference because default difference is 1Karunakar (Ruby)2012-01-051-1/+1
* refactored tests -- assert_diffrence instead of checking directly with countKarunakar (Ruby)2012-01-041-4/+7
* Merge branch 'master' of git://github.com/rails/railsDmitry Polushkin2011-12-311-15/+24
|\
| * remove deprecated set and original methods for table_name, primary_key, etcSergey Nartimov2011-12-211-42/+0
| * Removed test which works only < 1.9Arun Agrawal2011-12-211-10/+0
| * Fix up test altering global state that was causing me griefJon Leighton2011-12-011-2/+4
| * Deprecated `define_attr_method` in `ActiveModel::AttributeMethods`Jon Leighton2011-11-291-1/+3
| * Deprecate set_locking_column in favour of self.locking_column=Jon Leighton2011-11-291-1/+41
| * Deprecate set_table_name in favour of self.table_name= or defining your own m...Jon Leighton2011-11-291-1/+1
| * Includes stale record in StaleObjectErrorChristian Bäuerlein2011-10-141-1/+18