aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/dependencies
Commit message (Expand)AuthorAgeFilesLines
* Improves compatibility of require_dependency in zeitwerk mode [Closes #36774]Xavier Noria2019-07-281-1/+12
* let autoloaded? support modules with overridden names [closes #36757]Xavier Noria2019-07-251-1/+1
* Enable `Layout/EmptyLinesAroundAccessModifier` copRyuta Kamizono2019-06-131-1/+0
* upgrades Zeitwerk to 2.1.4Xavier Noria2019-04-231-2/+7
* Auto-correct `Style/RedundantBegin` cop offencesRyuta Kamizono2019-04-121-5/+3
* improves the reloading disabled error messageXavier Noria2019-04-111-1/+5
* depend on Zeitwerk 2.1.0Xavier Noria2019-04-091-11/+2
* depend on Zeitwerk 2Xavier Noria2019-04-071-3/+4
* fixes eager loading edge case in :zeitwerk modeXavier Noria2019-03-301-7/+13
* depend on Zeitwerk 1.4.0Xavier Noria2019-03-191-1/+5
* Engines are reloaded in Zeitwerk mode [closes #35618]Xavier Noria2019-03-151-2/+1
* Allow autoloader inflectors to be swaped outJean Boussier2019-03-081-4/+0
* Let Zeitwerk autoloaders inflect with Active SupportXavier Noria2019-02-231-2/+14
* simplify AS::Dependencies.verbose=Xavier Noria2019-02-211-1/+1
* let Zeitwerk integration unhook AS::DependenciesXavier Noria2019-02-191-0/+5
* Implement AS::Dependencies.verbose= compatibility for :zeitwerk modeXavier Noria2019-02-151-0/+5
* Replace autoloader accessors with Rails.autoloaders.{main,once}Xavier Noria2019-02-141-6/+4
* Refactors a loopXavier Noria2019-02-131-6/+8
* styleXavier Noria2019-02-121-0/+2
* Zeitwerk integrationXavier Noria2019-02-121-0/+71
* [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