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
/
activesupport
/
test
/
share_lock_test.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Enable `Layout/EmptyLinesAroundAccessModifier` cop
Ryuta Kamizono
2019-06-13
1
-2
/
+0
*
ActiveSupport typo fixes.
alkesh26
2019-02-01
1
-1
/
+1
*
Enable `Style/RedundantBegin` cop to avoid newly adding redundant begin block
Ryuta Kamizono
2018-12-21
1
-52
/
+50
*
Change the empty block style to have space inside of the block
Rafael Mendonça França
2018-09-25
1
-27
/
+27
*
[Active Support] `rubocop -a --only Layout/EmptyLineAfterMagicComment`
Koichi ITO
2017-07-11
1
-0
/
+1
*
Use frozen-string-literal in ActiveSupport
Kir Shatrov
2017-07-09
1
-0
/
+1
*
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
*
Add three new rubocop rules
Rafael Mendonça França
2016-08-16
1
-1
/
+1
*
normalizes indentation and whitespace across the project
Xavier Noria
2016-08-06
1
-62
/
+62
*
applies new string literal convention in activesupport/test
Xavier Noria
2016-08-06
1
-3
/
+3
*
Test the happy path for recursive yields too
Matthew Draper
2016-02-08
1
-0
/
+35
*
Fix a nonsensical ShareLock test.
thedarkone
2016-02-07
1
-22
/
+21
*
AS::Conc::ShareLock#yield_shares tests.
thedarkone
2016-02-07
1
-0
/
+107
*
Hand off the interlock to the new thread in AC::Live
Matthew Draper
2016-02-07
1
-0
/
+26
*
After completing a load, give other threads a chance too
Matthew Draper
2016-02-02
1
-0
/
+17
*
While new sharers are blocked, an existing sharer remains re-entrant
Matthew Draper
2016-02-02
1
-0
/
+29
*
Block new share attempts if there's an exclusive waiter
Matthew Draper
2016-02-02
1
-0
/
+32
*
Require only necessary concurrent-ruby classes.
Jerry D'Antonio
2015-11-04
1
-1
/
+1
*
Small tweaks to mainly lock-ordering tests.
thedarkone
2015-07-22
1
-21
/
+58
*
Handle thread death during lock acquisition
Matthew Draper
2015-07-21
1
-0
/
+21
*
Adjust expectations around purpose/compatibility options
Matthew Draper
2015-07-21
1
-8
/
+35
*
Add some meta-assertions for the custom assertions
Matthew Draper
2015-07-21
1
-11
/
+63
*
Order of execution is only guaranteed if upgrading
Matthew Draper
2015-07-21
1
-1
/
+3
*
Tests for AS::Concurrency::ShareLock.
thedarkone
2015-07-20
1
-0
/
+194