aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/dependencies/interlock.rb
Commit message (Expand)AuthorAgeFilesLines
* [Active Support] require_relative => requireAkira Matsuda2017-10-211-1/+1
* [Active Support] `rubocop -a --only Layout/EmptyLineAfterMagicComment`Koichi ITO2017-07-111-0/+1
* Use frozen-string-literal in ActiveSupportKir Shatrov2017-07-091-0/+1
* [Active Support] require => require_relativeAkira Matsuda2017-07-011-1/+1
* applies new string literal convention in activesupport/libXavier Noria2016-08-061-1/+1
* Provide a middleware to debug misbehaving locksMatthew Draper2016-06-101-0/+4
* Publish AS::Executor and AS::Reloader APIsMatthew Draper2016-03-021-8/+6
* Hand off the interlock to the new thread in AC::LiveMatthew Draper2016-02-071-0/+6
* After completing a load, give other threads a chance tooMatthew Draper2016-02-021-3/+3
* We need stricter locking before we can unloadMatthew Draper2015-07-201-5/+11
* Document ShareLock and the InterlockMatthew Draper2015-07-091-6/+2
* Rely on the load interlock for non-caching reloads, tooMatthew Draper2015-07-091-0/+10
* Soften the lock requirements when eager_load is disabledMatthew Draper2015-07-091-0/+35