index
:
rails.git
3-2-stable-for-hmno
master
Mirror of official rails repo with custom fixes.
Harald Eilertsen
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
activerecord
/
test
/
cases
/
locking_test.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge pull request #30956 from CJStadler/with-lock-changed-deprecation
Rafael França
2018-03-28
1
-0
/
+11
*
`id_in_database` should be respected as primary key value for persisted records
Ryuta Kamizono
2018-03-05
1
-0
/
+39
*
Fix `test_counter_cache_with_touch_and_lock_version` failure
bogdanvlviv
2018-02-07
1
-1
/
+3
*
Use assert_empty and assert_not_empty
Daniel Colson
2018-01-25
1
-3
/
+3
*
Use assert_predicate and assert_not_predicate
Daniel Colson
2018-01-25
1
-11
/
+11
*
Change refute to assert_not
Daniel Colson
2018-01-25
1
-1
/
+1
*
Fix `test_counter_cache_with_touch_and_lock_version` failure
Ryuta Kamizono
2017-12-18
1
-2
/
+2
*
Fix conflicts `counter_cache` with `touch: true` by optimistic locking.
bogdanvlviv
2017-12-12
1
-1
/
+33
*
Should pass `test_no_locks_no_wait` not only on `PostgreSQLAdapter` and `Orac...
Ryuta Kamizono
2017-11-09
1
-8
/
+5
*
Rase when calling `lock!` in a dirty record
Rafael Mendonça França
2017-10-23
1
-11
/
+11
*
Use frozen-string-literal in ActiveRecord
Kir Shatrov
2017-07-19
1
-0
/
+2
*
Revert "Merge pull request #29540 from kirs/rubocop-frozen-string"
Matthew Draper
2017-07-02
1
-1
/
+0
*
Enforce frozen string in Rubocop
Kir Shatrov
2017-07-01
1
-0
/
+1
*
Fix ActiveRecord::Persistence#touch with locking
bogdanvlviv
2017-06-21
1
-2
/
+25
*
Fix destroy with locking_column value null
bogdanvlviv
2017-06-20
1
-0
/
+25
*
Add test cases for optimistic locking
bogdanvlviv
2017-06-12
1
-0
/
+19
*
Remove ability update locking_column value
bogdanvlviv
2017-03-16
1
-34
/
+0
*
Deprecate locking of dirty records
Marc Schütz
2017-02-07
1
-1
/
+4
*
`self.` is not needed when calling its own instance method
Akira Matsuda
2017-01-05
1
-1
/
+1
*
Privatize unneededly protected methods in Active Record tests
Akira Matsuda
2016-12-24
1
-1
/
+1
*
Add more rubocop rules about whitespaces
Rafael Mendonça França
2016-10-29
1
-1
/
+1
*
Added ability update locking_column value
bogdanvlviv
2016-10-21
1
-0
/
+76
*
Fixed: Optimistic locking does not work well with null in the database
bogdanvlviv
2016-10-21
1
-11
/
+55
*
Clear attribute changes after handling locking
Jakob Skjerning
2016-09-14
1
-0
/
+1
*
Add `Style/EmptyLines` in `.rubocop.yml` and remove extra empty lines
Ryuta Kamizono
2016-08-07
1
-1
/
+0
*
normalizes indentation and whitespace across the project
Xavier Noria
2016-08-06
1
-23
/
+23
*
modernizes hash syntax in activerecord
Xavier Noria
2016-08-06
1
-12
/
+12
*
applies new string literal convention in activerecord/test
Xavier Noria
2016-08-06
1
-53
/
+53
*
Followup of #15771
Vipul A M
2016-04-24
1
-0
/
+6
*
Fix tests failure with `prepared_statements: false`
Ryuta Kamizono
2016-02-29
1
-1
/
+1
*
Fix test failures caused by 574f255
Sean Griffin
2015-12-14
1
-1
/
+1
*
Fix the test that was broken by #16445 rather than deleting it
Sean Griffin
2015-07-19
1
-0
/
+12
*
Fix counter_cache for polymorphic associations
Stefan Kanev
2015-07-19
1
-12
/
+0
*
Raise StaleObjectError if touched object is stale and locking is enabled
Mehmet Emin İNAÇ
2015-04-19
1
-0
/
+10
*
Closes rails/rails#18864: Renaming transactional fixtures to transactional tests
Brandon Weiss
2015-03-16
1
-3
/
+3
*
Properly persist `lock_version` as 0 if the DB has no default
Sean Griffin
2015-01-09
1
-2
/
+4
*
Go through normal `update_all` logic when updating lock columns
Sean Griffin
2014-12-26
1
-2
/
+0
*
Dynamically modified schema and association would not be correctly reset
Akira Matsuda
2014-09-06
1
-16
/
+9
*
Reset schema properly after schema changing test
Akira Matsuda
2014-08-28
1
-0
/
+2
*
Don't mess with `column_defaults` when optimistic locking is enabled
Sean Griffin
2014-06-17
1
-0
/
+7
*
Remove deprecated method ActiveRecord::Base.quoted_locking_column
Akshay Vishnoi
2014-06-10
1
-4
/
+0
*
Remove dead test code for unsupported adapters
Sean Griffin
2014-05-17
1
-3
/
+1
*
Correctly send the string given to lock! and reload(:lock) to the lock scope ...
Mauricio Linhares
2014-01-29
1
-0
/
+11
*
Deprecate unused quoted_locking_column method.
kennyj
2013-09-24
1
-0
/
+4
*
Tidy up the "Specified column type for quote_value" changes
Ben Woosley
2013-07-22
1
-1
/
+0
*
Specified column type for quote_value
Alfred Wong
2013-07-22
1
-0
/
+13
*
Reset @column_defaults when assigning .
kennyj
2013-07-14
1
-0
/
+1
*
Do not invoke callbacks when delete_all is called
Neeraj Singh
2013-06-30
1
-0
/
+1
*
indentation
Aaron Patterson
2013-06-11
1
-1
/
+1
*
Fix ActiveRecord locking column defaults not getting persisted
Aaron Pfeifer
2013-03-18
1
-0
/
+8
[next]