aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/dependencies
Commit message (Expand)AuthorAgeFilesLines
* [Active Support] require_relative => requireAkira Matsuda2017-10-212-2/+2
* [Active Support] `rubocop -a --only Layout/EmptyLineAfterMagicComment`Koichi ITO2017-07-112-0/+2
* Use frozen-string-literal in ActiveSupportKir Shatrov2017-07-092-0/+2
* [Active Support] require => require_relativeAkira Matsuda2017-07-012-2/+2
* 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
* Avoid unnecessary allocations/callsPablo Herrero2014-11-021-1/+1
* remove unnecessary always-nil var from #compactGosha Arinich2013-01-011-1/+1
* add :nodoc: to AS::Autoload#extended [ci skip]Francesco Rodriguez2012-09-141-2/+1
* Make ActiveSupport::Autoload localJosé Valim2012-08-211-17/+43
* remove useless requireJan Xie2012-05-221-1/+0
* Improved ActiveSupport::Autoload performance.Pan Thomakos2012-03-111-4/+7
* Replace the placeholder base_hook API with on_load. To specify some code thatwycats2010-03-291-4/+0
* Make many parts of Rails lazy. In order to facilitate this,wycats2010-03-071-0/+5
* Flip deferrable autoload conventionJoshua Peek2009-12-221-5/+5
* Allow autoloads to opt out of eager loadingJoshua Peek2009-12-121-4/+16
* Reorganize autoloads:Carlhuda2009-12-021-0/+37